diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /extra/libxkbcommon | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'extra/libxkbcommon')
-rw-r--r-- | extra/libxkbcommon/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libxkbcommon/PKGBUILD b/extra/libxkbcommon/PKGBUILD index ced9c36a2..7742601b6 100644 --- a/extra/libxkbcommon/PKGBUILD +++ b/extra/libxkbcommon/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 198285 2013-10-30 13:56:09Z allan $ +# $Id: PKGBUILD 200283 2013-11-24 18:55:11Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Daniel Micay <danielmicay@gmail.com> # Contributor: Mladen Pejakovic <pejakm@gmail.com> pkgname=libxkbcommon -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc="Keyboard handling library using XKB data" arch=(i686 x86_64) url="http://xkbcommon.org/" license=(custom) -depends=(xkeyboard-config) +depends=(xkeyboard-config glibc) makedepends=(doxygen xorg-util-macros) source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz") #source=("$pkgname-$pkgver::git://github.com/xkbcommon/$pkgname.git") -md5sums=('7287ea51df79c0f80e92b970a30b95e9') +md5sums=('935cf416354bf05210de2e389484f7e8') build() { cd $pkgname-$pkgver |