diff options
author | root <root@rshg054.dnsready.net> | 2011-08-31 23:14:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-31 23:14:52 +0000 |
commit | 31f40feaa17912cf0ebfa72dd9368264633b3830 (patch) | |
tree | 28b258545d8ddf3acab854d97fc315f4d88f0e29 /testing/xf86-input-wacom | |
parent | b82f11fd76e83d60504649838e60a235b394160f (diff) |
Wed Aug 31 23:14:52 UTC 2011
Diffstat (limited to 'testing/xf86-input-wacom')
-rw-r--r-- | testing/xf86-input-wacom/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/xf86-input-wacom/PKGBUILD b/testing/xf86-input-wacom/PKGBUILD index 5eee08b5b..502f0f09c 100644 --- a/testing/xf86-input-wacom/PKGBUILD +++ b/testing/xf86-input-wacom/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 134510 2011-08-04 18:20:04Z heftig $ +# $Id: PKGBUILD 136555 2011-08-30 08:45:56Z jgc $ # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: M Rawash <mrawash@gmail.com> pkgname=xf86-input-wacom pkgver=0.11.1 -pkgrel=2 +pkgrel=3 pkgdesc="X.Org Wacom tablet driver" arch=('i686' 'x86_64') url="http://linuxwacom.sourceforge.net/" license=('GPL') backup=('etc/X11/xorg.conf.d/50-wacom.conf') depends=('libxi' 'libxrandr') -makedepends=('xorg-server-devel' 'libxext' 'libxi') -conflicts=('xorg-server<1.10.0') +makedepends=('xorg-server-devel>=1.10.99.902' 'libxext' 'libxi') +conflicts=('xorg-server<1.10.99.902') options=(!libtool) source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2 70-wacom.rules) |