diff options
Diffstat (limited to 'extra/libxtst/PKGBUILD')
-rw-r--r-- | extra/libxtst/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/libxtst/PKGBUILD b/extra/libxtst/PKGBUILD index 810b6d11b..a6fadf2fa 100644 --- a/extra/libxtst/PKGBUILD +++ b/extra/libxtst/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 152793 2012-03-09 16:30:31Z andyrtr $ +# $Id: PKGBUILD 186893 2013-05-31 14:14:53Z andyrtr $ +# Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxtst -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 pkgdesc="X11 Testing -- Resource extension library" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" license=('custom') -depends=('libxext' 'libxi' 'recordproto' 'inputproto') +depends=('libxext' 'libxi' 'recordproto' 'inputproto' 'libxfixes') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2") -sha1sums=('44e19899f9938d3db5546e51c338d6f86d88cfe2') +sha256sums=('ef0a7ffd577e5f1a25b1663b375679529663a1880151beaa73e9186c8309f6d9') build() { cd "${srcdir}/libXtst-${pkgver}" |