diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-20 09:26:44 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-20 09:26:44 +0200 |
commit | 39c366b9fc1b83a741177d0b415a20147a18a3c0 (patch) | |
tree | 24b520a26e042f10306b53e0fb579bab6343132b /extra/xorg-xinput | |
parent | 6d3d853af3b9042559c2d86a7e3907f97921fb28 (diff) | |
parent | aad2fba0fc475162b566f1577d8e7a020cd9e80d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libcss/PKGBUILD
extra/kdenetwork/PKGBUILD
extra/xorg-server/PKGBUILD
testing/openmpi/PKGBUILD
testing/xf86-video-ati/PKGBUILD
testing/xorg-server/PKGBUILD
Diffstat (limited to 'extra/xorg-xinput')
-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}" |