From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- extra/libxkbcommon/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/libxkbcommon') 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) # Contributor: Daniel Micay # Contributor: Mladen Pejakovic 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 -- cgit v1.2.3-54-g00ecf