diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-29 11:09:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-29 11:10:02 +0000 |
commit | 63f11ecc1eb75aab15eceb6fd50958256767991a (patch) | |
tree | e45d31ef3d4004f64444580c748100dc9776dce1 /main/xcb-util | |
parent | b5dab18b99dbd4d87a9f98f26ee3c44fe73a4919 (diff) | |
download | aports-63f11ecc1eb75aab15eceb6fd50958256767991a.tar.bz2 aports-63f11ecc1eb75aab15eceb6fd50958256767991a.tar.xz |
main/xcb-util: upgrade to 0.4.0
Diffstat (limited to 'main/xcb-util')
-rw-r--r-- | main/xcb-util/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/main/xcb-util/APKBUILD b/main/xcb-util/APKBUILD index 7a9e6bc9c2..b86e67e58e 100644 --- a/main/xcb-util/APKBUILD +++ b/main/xcb-util/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xcb-util -pkgver=0.3.9 -pkgrel=1 +pkgver=0.4.0 +pkgrel=0 pkgdesc="Utility libraries for XC Binding" url="http://xcb.freedesktop.org" arch="all" @@ -16,7 +16,6 @@ _builddir="$srcdir/$pkgname-$pkgver" prepare() { cd "$_builddir" - update_config_sub || return 1 } build() { @@ -35,4 +34,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 rm "$pkgdir"/usr/lib/*.la || return 1 } -md5sums="01dcc7a16d5020530552712710646ea2 xcb-util-0.3.9.tar.bz2" +md5sums="2e97feed81919465a04ccc71e4073313 xcb-util-0.4.0.tar.bz2" +sha256sums="46e49469cb3b594af1d33176cd7565def2be3fa8be4371d62271fabb5eae50e9 xcb-util-0.4.0.tar.bz2" +sha512sums="e60aaa6f582eacd05896c5fd7c8417938318a1288146f3a5b339f77eed24e211c6099963f8813daa621c94173d2934228936b491c0ed79b09a8a67d835867d0e xcb-util-0.4.0.tar.bz2" |