From d615d2789c218e2da82df2ca9082121b8c13a720 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 10 Jan 2011 16:38:07 +0000 Subject: main/libcroco: rebuild against new libxml2 --- main/libcroco/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'main/libcroco') diff --git a/main/libcroco/APKBUILD b/main/libcroco/APKBUILD index b02a80434..815056131 100644 --- a/main/libcroco/APKBUILD +++ b/main/libcroco/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=libcroco pkgver=0.6.2 -pkgrel=3 +pkgrel=4 pkgdesc="GNOME CSS2 parsing and manipulation toolkit" url="http://www.gnome.org" arch="x86 x86_64" @@ -13,8 +13,7 @@ source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar depends_dev="glib-dev libxml2-dev pkgconfig" -build () -{ +build() { cd "$srcdir"/$pkgname-$pkgver ./configure --prefix=/usr \ --disable-static || return 1 -- cgit v1.2.3