diff options
Diffstat (limited to 'extra/libxkbcommon/PKGBUILD')
-rw-r--r-- | extra/libxkbcommon/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libxkbcommon/PKGBUILD b/extra/libxkbcommon/PKGBUILD index 2ee318e8c..cc6000c4a 100644 --- a/extra/libxkbcommon/PKGBUILD +++ b/extra/libxkbcommon/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 204980 2014-02-02 18:43:24Z heftig $ +# $Id: PKGBUILD 211257 2014-04-18 11:45:34Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Daniel Micay <danielmicay@gmail.com> # Contributor: Mladen Pejakovic <pejakm@gmail.com> pkgbase=libxkbcommon pkgname=(libxkbcommon libxkbcommon-x11) -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc="Keyboard handling library using XKB data" arch=(i686 x86_64) @@ -14,7 +14,7 @@ license=(custom) depends=(xkeyboard-config glibc) makedepends=(libxcb doxygen xorg-util-macros) source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz") -md5sums=('bb782f1700e45b4f57c84ef513e3cf85') +md5sums=('b70f4ed97b6c9432dc956e4177f3336a') prepare() { mkdir -p x11/usr/{include/xkbcommon,lib/pkgconfig} |