diff options
Diffstat (limited to 'extra/xf86-input-wacom/PKGBUILD')
-rw-r--r-- | extra/xf86-input-wacom/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xf86-input-wacom/PKGBUILD b/extra/xf86-input-wacom/PKGBUILD index 5363d5555..9da959599 100644 --- a/extra/xf86-input-wacom/PKGBUILD +++ b/extra/xf86-input-wacom/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 180189 2013-03-18 16:08:58Z andyrtr $ +# $Id: PKGBUILD 189777 2013-07-08 07:06:15Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: M Rawash <mrawash@gmail.com> pkgname=xf86-input-wacom -pkgver=0.20.0 -pkgrel=2 +pkgver=0.21.0 +pkgrel=1 pkgdesc="X.Org Wacom tablet driver" arch=(i686 x86_64) url="http://linuxwacom.sourceforge.net/" @@ -18,7 +18,7 @@ optdepends=('inputattach: support for serial tablets') options=(!libtool) source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2 70-wacom.rules) -md5sums=('a726649cb05c98cb1b18a3b7a4f079ed' +md5sums=('534784a3a776451c2572e2b666266f36' 'cc46dcb399d5ee62c9feb610c60d1270') build() { |