summaryrefslogtreecommitdiff
path: root/staging/xorg-xinput/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'staging/xorg-xinput/PKGBUILD')
-rw-r--r--staging/xorg-xinput/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/staging/xorg-xinput/PKGBUILD b/staging/xorg-xinput/PKGBUILD
index 1ef586b70..853da2125 100644
--- a/staging/xorg-xinput/PKGBUILD
+++ b/staging/xorg-xinput/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 148557 2012-02-03 17:02:15Z andyrtr $
+# $Id: PKGBUILD 149441 2012-02-07 18:10:46Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xinput
-pkgver=1.5.4
+pkgver=1.5.99.1
pkgrel=1
pkgdesc="Small commandline tool to configure devices"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
license=('custom')
-depends=('libx11' 'libxi')
+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=('4e77f4034aa4bc720726beb0795d77a47a71d2c8')
+sha1sums=('f979d9a4005d71db7e58064dff6ca6738bd9a345')
build() {
cd "${srcdir}/xinput-${pkgver}"