diff options
-rw-r--r-- | x11/libxcb/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxcb/APKBUILD b/x11/libxcb/APKBUILD index e3a5fd5fe7..51cd5558ec 100644 --- a/x11/libxcb/APKBUILD +++ b/x11/libxcb/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxcb -pkgver=1.2 +pkgver=1.4 pkgrel=0 pkgdesc="X11 client-side library" url="http://xcb.freedesktop.org/" @@ -20,4 +20,4 @@ build() { make DESTDIR="$pkgdir" install || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="ae32b7846a7d83f5ec542a5431117564 libxcb-1.2.tar.bz2" +md5sums="b00fd506c717dea01f595e8da31f6914 libxcb-1.4.tar.bz2" |