diff options
Diffstat (limited to 'main/libxres/APKBUILD')
-rw-r--r-- | main/libxres/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libxres/APKBUILD b/main/libxres/APKBUILD index 977205e6b..fc23b9d49 100644 --- a/main/libxres/APKBUILD +++ b/main/libxres/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxres -pkgver=1.0.5 -pkgrel=2 +pkgver=1.0.6 +pkgrel=0 pkgdesc="X11 Resource extension library" url="http://xorg.freedesktop.org" arch="all" @@ -27,4 +27,4 @@ package() { install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -md5sums="d08f0b6df3f96c051637d37009f4e55a libXres-1.0.5.tar.bz2" +md5sums="80d0c6d8522fa7a645e4f522e9a9cd20 libXres-1.0.6.tar.bz2" |