summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Sellaroli2017-10-02 17:31:45 -0400
committerGiuseppe Sellaroli2017-10-02 17:31:45 -0400
commit6b212c1ef521fb2ea7cfaad8a29adf9954dc25bb (patch)
tree6817bf8ecee646070024430db5a180baa1266638
parentbcc90f2308651d4414299fb4fd77e99a57d184ad (diff)
downloadaur-6b212c1ef521fb2ea7cfaad8a29adf9954dc25bb.tar.gz
Updated to 0.37.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--dkms.conf2
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b46db2fe2c8..ec900e340430 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 21 13:45:01 UTC 2017
+# Mon Oct 2 21:30:45 UTC 2017
pkgbase = input-wacom-dkms
pkgdesc = Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet.
- pkgver = 0.36.0
+ pkgver = 0.37.0
pkgrel = 1
url = http://linuxwacom.sourceforge.net/wiki/index.php/Input-wacom
install = input-wacom-dkms.install
@@ -11,12 +11,12 @@ pkgbase = input-wacom-dkms
license = GPL2
depends = dkms
optdepends = xf86-input-wacom: for actually using a Wacom tablet
- source = http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/input-wacom/input-wacom-0.36.0.tar.bz2
+ source = http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/input-wacom/input-wacom-0.37.0.tar.bz2
source = dkms.conf
source = blacklist-input-wacom-dkms.conf
source = move-modules
- md5sums = 0da08b73caf69a92750e05e3e29200fb
- md5sums = 19d97837d20a56154114ff682b3796e2
+ md5sums = 6c7083befe5bead7e0eb0447dba04613
+ md5sums = 61dd66516ae5a1e387bef4a11bd2882b
md5sums = da99119208e69b9a611b1809e1f241f8
md5sums = 8a851dede08da29c2810fb58e8b69910
diff --git a/PKGBUILD b/PKGBUILD
index e7ce361415fd..e10be764cfcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giuseppe Sellaroli <g.sellaroli at yahoo dot it>
pkgname=input-wacom-dkms
_pkgname=input-wacom
-pkgver=0.36.0
+pkgver=0.37.0
pkgrel=1
pkgdesc="Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet."
arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@ source=("http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/in
"blacklist-input-wacom-dkms.conf"
"move-modules")
noextract=()
-md5sums=('0da08b73caf69a92750e05e3e29200fb'
- '19d97837d20a56154114ff682b3796e2'
+md5sums=('6c7083befe5bead7e0eb0447dba04613'
+ '61dd66516ae5a1e387bef4a11bd2882b'
'da99119208e69b9a611b1809e1f241f8'
'8a851dede08da29c2810fb58e8b69910')
package() {
diff --git a/dkms.conf b/dkms.conf
index 5ebbe9ee84bd..f9f2b72a167b 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="input-wacom"
-PACKAGE_VERSION="0.36.0"
+PACKAGE_VERSION="0.37.0"
MAKE[0]="./configure && make && ./move-modules"
BUILT_MODULE_NAME[0]="wacom"
DEST_MODULE_NAME[0]="wacom_dkms"