diff options
-rw-r--r-- | abs/core/libxtst/PKGBUILD | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/abs/core/libxtst/PKGBUILD b/abs/core/libxtst/PKGBUILD index 810b6d1..4a728de 100644 --- a/abs/core/libxtst/PKGBUILD +++ b/abs/core/libxtst/PKGBUILD @@ -1,18 +1,20 @@ -# $Id: PKGBUILD 152793 2012-03-09 16:30:31Z andyrtr $ +# $Id$ +# Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxtst -pkgver=1.2.1 +pkgver=1.2.3 pkgrel=1 pkgdesc="X11 Testing -- Resource extension library" -arch=('i686' 'x86_64') -url="http://xorg.freedesktop.org/" +arch=('x86_64') +url="https://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') +source=(${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2{,.sig}) +sha256sums=('4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204' + 'SKIP') +validpgpkeys=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb <matthieu.herrb@laas.fr> build() { cd "${srcdir}/libXtst-${pkgver}" |