summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Sellaroli2018-01-24 15:07:56 -0500
committerGiuseppe Sellaroli2018-01-24 15:07:56 -0500
commit009cb212341af3752d82a9fdf98b048cd8b4a3d0 (patch)
tree0ade8e1a43a687eeaec0752712484845066fbc0a
parentd40843d46493f98ebe595ed20f5da348e84237e3 (diff)
downloadaur-009cb212341af3752d82a9fdf98b048cd8b4a3d0.tar.gz
updated to 0.38.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
-rw-r--r--dkms.conf2
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7606620e5716..235f45f4e64d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Dec 31 04:42:11 UTC 2017
+# Wed Jan 24 20:07:30 UTC 2018
pkgbase = input-wacom-dkms
pkgdesc = Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet.
- pkgver = 0.37.1
- pkgrel = 2
+ pkgver = 0.38.0
+ pkgrel = 1
url = https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source
install = input-wacom-dkms.install
arch = i686
@@ -11,12 +11,12 @@ pkgbase = input-wacom-dkms
license = GPL2
depends = dkms
optdepends = xf86-input-wacom: for actually using a Wacom tablet
- source = https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.37.1/input-wacom-0.37.1.tar.bz2
+ source = https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.38.0/input-wacom-0.38.0.tar.bz2
source = dkms.conf
source = blacklist-input-wacom-dkms.conf
source = move-modules
- md5sums = b1124c0e12ec4061e0e2ccd8d9bb4ea0
- md5sums = bf27a9b480085418738b299cb4f3d378
+ md5sums = bbe7bd464c7677697c86b1559234c17e
+ md5sums = 924475776559fc915b595c9f0d16026c
md5sums = da99119208e69b9a611b1809e1f241f8
md5sums = 8a851dede08da29c2810fb58e8b69910
diff --git a/PKGBUILD b/PKGBUILD
index 27bd28d3e8f1..1f738219806a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Giuseppe Sellaroli <g.sellaroli at yahoo dot it>
pkgname=input-wacom-dkms
_pkgname=input-wacom
-pkgver=0.37.1
-pkgrel=2
+pkgver=0.38.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')
url="https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source"
@@ -15,8 +15,8 @@ source=("https://github.com/linuxwacom/input-wacom/releases/download/$_pkgname-$
"blacklist-input-wacom-dkms.conf"
"move-modules")
noextract=()
-md5sums=('b1124c0e12ec4061e0e2ccd8d9bb4ea0'
- 'bf27a9b480085418738b299cb4f3d378'
+md5sums=('bbe7bd464c7677697c86b1559234c17e'
+ '924475776559fc915b595c9f0d16026c'
'da99119208e69b9a611b1809e1f241f8'
'8a851dede08da29c2810fb58e8b69910')
package() {
diff --git a/dkms.conf b/dkms.conf
index d97cf2422603..ce55b619e928 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="input-wacom"
-PACKAGE_VERSION="0.37.1"
+PACKAGE_VERSION="0.38.0"
MAKE[0]="./configure --with-kernel-version=$kernelver && make && ./move-modules"
BUILT_MODULE_NAME[0]="wacom"
DEST_MODULE_NAME[0]="wacom_dkms"