diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-14 06:29:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-14 06:29:08 +0000 |
commit | 92ce2ceeaded1d86669a49a643c80f28c4ef2aee (patch) | |
tree | 3687324856f611b2bc20a9c47e1761dc738cffb4 /x11 | |
parent | 97c2e9e745254e573c366c2fe15d275b5f08ca99 (diff) | |
download | aports-92ce2ceeaded1d86669a49a643c80f28c4ef2aee.tar.bz2 aports-92ce2ceeaded1d86669a49a643c80f28c4ef2aee.tar.xz |
x11/libxkbfile: upgrade to 1.0.6
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxkbfile/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxkbfile/APKBUILD b/x11/libxkbfile/APKBUILD index 3bf0b439f..da3fe991e 100644 --- a/x11/libxkbfile/APKBUILD +++ b/x11/libxkbfile/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxkbfile -pkgver=1.0.5 +pkgver=1.0.6 pkgrel=0 pkgdesc="X11 keyboard file manipulation library" url="http://xorg.freedesktop.org/" @@ -20,4 +20,4 @@ build () { install -D -m644 "$srcdir"/$pkgname-$pkgver/COPYING \ "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="0726a845fe5a56551de2718c9f6b0e35 libxkbfile-1.0.5.tar.bz2" +md5sums="b01156e263eca8177e6b7f10441951c4 libxkbfile-1.0.6.tar.bz2" |