diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-10 11:32:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-10 12:45:34 +0000 |
commit | 287b16b50824204a895b5e29a622f09bf68ac0f8 (patch) | |
tree | 183d271900aeb170edee1763f1075851f95ebd55 /main | |
parent | 36d8baa972bf6c37bc7bcd0dc59160b0442177de (diff) | |
download | aports-287b16b50824204a895b5e29a622f09bf68ac0f8.tar.bz2 aports-287b16b50824204a895b5e29a622f09bf68ac0f8.tar.xz |
main/libcroco: upgrade to 0.6.12
Diffstat (limited to 'main')
-rw-r--r-- | main/libcroco/APKBUILD | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/main/libcroco/APKBUILD b/main/libcroco/APKBUILD index 7716ec94c6..7ec9addc29 100644 --- a/main/libcroco/APKBUILD +++ b/main/libcroco/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libcroco -pkgver=0.6.11 -pkgrel=1 +pkgver=0.6.12 +pkgrel=0 pkgdesc="GNOME CSS2 parsing and manipulation toolkit" url="http://www.gnome.org" arch="all" @@ -13,14 +13,10 @@ source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar depends_dev="glib-dev libxml2-dev pkgconfig" -_builddir="$srcdir/$pkgname-$pkgver" - -prepare() { - cd "$_builddir" -} +builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$_builddir" + cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -31,9 +27,7 @@ build() { } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="dabc1911dfbfa85f8e6859ca47863168 libcroco-0.6.11.tar.xz" -sha256sums="132b528a948586b0dfa05d7e9e059901bca5a3be675b6071a90a90b81ae5a056 libcroco-0.6.11.tar.xz" -sha512sums="441b9c6d9b6acd4ff908100573c6f24bcf46a20ec94360bdcf4765e37a7d45dc59e6a0889917f3486503b274d05cd79a63178e74d029209c16b8e3351a1160da libcroco-0.6.11.tar.xz" +sha512sums="af9a171d5ccded255b57f170576e67155f12fa0f61ab3e379e907975f77afc37e82e22772c6019b2897cffc15b2425faf3ccfda92b1a45b23eda2519debabeb6 libcroco-0.6.12.tar.xz" |