summaryrefslogtreecommitdiff
path: root/extra/xf86-input-wacom
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-12 11:24:37 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-12 11:24:37 -0300
commit1f52af629b1911ab027ef9c5d4d5903b48792050 (patch)
treee975475390c79c3dd975c95091f3bb33beff24e5 /extra/xf86-input-wacom
parent951244a3e5bdc5f2f029f6550b46e5a06d1bfa26 (diff)
parent28b5bbf3fee0627993658e096eadab71c2779912 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/llvm/PKGBUILD community/dsniff/PKGBUILD community/ngrep/PKGBUILD community/virtualbox/PKGBUILD extra/gstreamer0.10-good/PKGBUILD extra/lirc/PKGBUILD extra/mc/PKGBUILD extra/mesa/PKGBUILD extra/xfburn/PKGBUILD testing/gnome-panel/PKGBUILD
Diffstat (limited to 'extra/xf86-input-wacom')
-rw-r--r--extra/xf86-input-wacom/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/xf86-input-wacom/PKGBUILD b/extra/xf86-input-wacom/PKGBUILD
index af20220c7..9b7fce7b9 100644
--- a/extra/xf86-input-wacom/PKGBUILD
+++ b/extra/xf86-input-wacom/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 88601 2010-08-24 09:13:17Z jgc $
+# $Id: PKGBUILD 115476 2011-03-18 08:17:07Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: M Rawash <mrawash@gmail.com>
pkgname=xf86-input-wacom
-pkgver=0.10.8
-pkgrel=2
+pkgver=0.10.9
+pkgrel=1
pkgdesc="X.Org Wacom tablet driver"
arch=('i686' 'x86_64' 'mips64el')
url="http://linuxwacom.sourceforge.net/"
license=('GPL')
backup=('etc/X11/xorg.conf.d/50-wacom.conf')
-depends=('libxi')
+depends=('libxi' 'libxrandr')
makedepends=('xorg-server-devel' 'libxext' 'libxi')
-conflicts=('xorg-server<1.9.0')
+conflicts=('xorg-server<1.10.0')
options=(!libtool)
source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
70-wacom.rules)
-md5sums=('e2bcc125070a16a7e3608d074d5d27dc'
+md5sums=('8af337d2919995f39ff19d8a890ea222'
'4d3665bb2ef8a8190734640dffa4c6f7')
build() {