diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-05-23 12:45:39 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-05-23 12:45:39 -0300 |
commit | 7516400a778a0a4a0668d0a2ea797a635d6d4dd2 (patch) | |
tree | 5ab321abf9f41be345f44409235b62ccb31e0d49 /extra/xorg-xinput/PKGBUILD | |
parent | 1de77ff2ad96a2adfd9eb797bb2ca1bb15c2a707 (diff) | |
parent | 39c366b9fc1b83a741177d0b415a20147a18a3c0 (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre-mips64el
Diffstat (limited to 'extra/xorg-xinput/PKGBUILD')
-rw-r--r-- | extra/xorg-xinput/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/xorg-xinput/PKGBUILD b/extra/xorg-xinput/PKGBUILD index 5e794b340..73f274258 100644 --- a/extra/xorg-xinput/PKGBUILD +++ b/extra/xorg-xinput/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 156282 2012-04-16 15:19:19Z andyrtr $ +# $Id: PKGBUILD 159187 2012-05-17 13:48:28Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xinput -pkgver=1.5.99.901 +pkgver=1.6.0 pkgrel=1 pkgdesc="Small commandline tool to configure devices" arch=(i686 x86_64 'mips64el') @@ -12,7 +12,7 @@ depends=('libx11' 'libxi>=1.5.99.2' 'xorg-xrandr' 'libxinerama') makedepends=('xorg-util-macros' 'inputproto') groups=('xorg-apps' 'xorg') source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2) -sha1sums=('bc99cddeac306a23ad96f35d8ff3314d7e45d460') +sha256sums=('4ab007d952c76665603bcb82ceb15fd3929d10faf0580fc4873ac16f5f63847e') build() { cd "${srcdir}/xinput-${pkgver}" |