diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-05 05:47:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-05 08:16:54 +0000 |
commit | 4d8a1c05e2c82a5eca231681a7e4e0fc5a08e322 (patch) | |
tree | 702767423e6cc338151653e4acfd52f0de1903e5 /main/libxres | |
parent | e20a8279c458c527163b845f9d7a95371e48a2d6 (diff) | |
download | aports-4d8a1c05e2c82a5eca231681a7e4e0fc5a08e322.tar.bz2 aports-4d8a1c05e2c82a5eca231681a7e4e0fc5a08e322.tar.xz |
main/libxres: upgrade to 1.0.5
Diffstat (limited to 'main/libxres')
-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 7a4093e337..76d673e5c3 100644 --- a/main/libxres/APKBUILD +++ b/main/libxres/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxres -pkgver=1.0.4 -pkgrel=3 +pkgver=1.0.5 +pkgrel=0 pkgdesc="X11 Resource extension library" url="http://xorg.freedesktop.org" license="custom" @@ -24,4 +24,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -md5sums="4daf91f93d924e693f6f6ed276791be2 libXres-1.0.4.tar.bz2" +md5sums="d08f0b6df3f96c051637d37009f4e55a libXres-1.0.5.tar.bz2" |