diff options
Diffstat (limited to 'extra/xorg-xkbutils/PKGBUILD')
-rw-r--r-- | extra/xorg-xkbutils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xorg-xkbutils/PKGBUILD b/extra/xorg-xkbutils/PKGBUILD index 44a97a950..22ceec025 100644 --- a/extra/xorg-xkbutils/PKGBUILD +++ b/extra/xorg-xkbutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151027 2012-02-24 13:40:04Z allan $ +# $Id: PKGBUILD 177986 2013-02-12 19:41:06Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xkbutils -pkgver=1.0.3 -pkgrel=3.1 +pkgver=1.0.4 +pkgrel=1 pkgdesc="XKB utility demos" arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" @@ -12,7 +12,7 @@ depends=('libxaw' 'libxt' 'libx11') makedepends=('xorg-util-macros' 'xproto' 'inputproto') groups=('xorg-apps' 'xorg') source=(http://xorg.freedesktop.org/archive/individual/app/xkbutils-${pkgver}.tar.bz2) -sha1sums=('e5a2619b9449f95e02b520b492de0575bc4551d6') +sha256sums=('d2a18ab90275e8bca028773c44264d2266dab70853db4321bdbc18da75148130') build() { cd "${srcdir}/xkbutils-${pkgver}" |