diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-03-08 17:00:08 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-03-08 17:00:08 (GMT) |
commit | 5504bdb4d78ac1096321ae23fd9077a311033ff1 (patch) | |
tree | 3f3c3285287cddb409ea11f48f806f513effe100 /abs/core/libxtst | |
parent | 86406dd61fe0227a61206784994062a08b5ed5a0 (diff) | |
download | linhes_pkgbuild-5504bdb4d78ac1096321ae23fd9077a311033ff1.zip linhes_pkgbuild-5504bdb4d78ac1096321ae23fd9077a311033ff1.tar.gz linhes_pkgbuild-5504bdb4d78ac1096321ae23fd9077a311033ff1.tar.bz2 |
libxtst: update to 1.2.3
Diffstat (limited to 'abs/core/libxtst')
-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}" |