aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-08 20:59:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-08 20:59:48 +0000
commit2902b16c6df38c68e448bd0551e39eefbbbb2f3e (patch)
tree1584e084e22c704d8f7da98955633da3d1427388
parent701bd204206984b55446d249f24cd4d9b41d2e74 (diff)
downloadalpine_aports-2902b16c6df38c68e448bd0551e39eefbbbb2f3e.tar.bz2
alpine_aports-2902b16c6df38c68e448bd0551e39eefbbbb2f3e.tar.xz
alpine_aports-2902b16c6df38c68e448bd0551e39eefbbbb2f3e.zip
x11/xcb-util: upgrade to 0.3.5
-rw-r--r--x11/xcb-util/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcb-util/APKBUILD b/x11/xcb-util/APKBUILD
index e5d16a2474..3ea90b16b2 100644
--- a/x11/xcb-util/APKBUILD
+++ b/x11/xcb-util/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=xcb-util 2pkgname=xcb-util
3pkgver=0.3.4 3pkgver=0.3.5
4pkgrel=0 4pkgrel=0
5pkgdesc="Utility libraries for XC Binding" 5pkgdesc="Utility libraries for XC Binding"
6url="http://xcb.freedesktop.org" 6url="http://xcb.freedesktop.org"
@@ -17,4 +17,4 @@ build() {
17 make || return 1 17 make || return 1
18 make DESTDIR="$pkgdir" install || return 1 18 make DESTDIR="$pkgdir" install || return 1
19} 19}
20md5sums="015314fe5e97d9390024275c6a3699a4 xcb-util-0.3.4.tar.bz2" 20md5sums="13649baa059dcea7779d2b9ff3843888 xcb-util-0.3.5.tar.bz2"