summaryrefslogtreecommitdiff
path: root/testing/xf86-input-joystick
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-13 00:01:30 +0000
committerroot <root@rshg054.dnsready.net>2012-03-13 00:01:30 +0000
commit217a7715291ceb935900b71bde082023bc441290 (patch)
tree6cbfcf7d11f0bd1e412f542080ec995fc26daffd /testing/xf86-input-joystick
parent7e61bbcf6b3c8ffe6c076268044d83b446fceeab (diff)
Tue Mar 13 00:01:30 UTC 2012
Diffstat (limited to 'testing/xf86-input-joystick')
-rw-r--r--testing/xf86-input-joystick/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/testing/xf86-input-joystick/PKGBUILD b/testing/xf86-input-joystick/PKGBUILD
index 13b8dacd0..86faad029 100644
--- a/testing/xf86-input-joystick/PKGBUILD
+++ b/testing/xf86-input-joystick/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 150008 2012-02-12 09:44:09Z andyrtr $
+# $Id: PKGBUILD 153029 2012-03-11 12:07:31Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xf86-input-joystick
-pkgver=1.6.0
-pkgrel=4
+pkgver=1.6.1
+pkgrel=1
pkgdesc="X.Org Joystick input driver"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
@@ -14,15 +14,14 @@ conflicts=('xorg-server<1.11.99.902')
groups=('xorg-drivers' 'xorg')
options=('!libtool')
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
- git-fixes.patch
+ #git-fixes.patch
50-joystick.conf)
-sha1sums=('3b9aed1b8128e1fbd947fdcdd5e16efccad1c780'
- '7812a34013a2333641bd7c5d044c46179490cb32'
+sha1sums=('0712652ec6cdb2fca6ad888548b232a4de9cf580'
'e1ff3699a0470c6bb78a53f718df9d8521621e11')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i "${srcdir}/git-fixes.patch"
+ #patch -Np1 -i "${srcdir}/git-fixes.patch"
./configure --prefix=/usr
make
}