diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/xcb-proto/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xcb-proto/APKBUILD b/main/xcb-proto/APKBUILD index 06c3df4a51..bd7b2f82bc 100644 --- a/main/xcb-proto/APKBUILD +++ b/main/xcb-proto/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xcb-proto -pkgver=1.7 +pkgver=1.7.1 pkgrel=0 pkgdesc="XML-XCB protocol descriptions" url="http://xcb.freedesktop.org/" @@ -22,4 +22,4 @@ package() { install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname} install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1 } -md5sums="f5d73ec841ed055f5e80535819f18400 xcb-proto-1.7.tar.bz2" +md5sums="948fec39dd42f3694edd5d9689735ec4 xcb-proto-1.7.1.tar.bz2" |