summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Sellaroli2018-07-05 08:16:37 -0400
committerGiuseppe Sellaroli2018-07-05 08:16:37 -0400
commite2b8594832d9ce4851f5c06c1573666e298016f3 (patch)
tree038c84bbd0719da054b8f1943ebba25846e10a1c
parentaa8725bdf35049a2b56df6e2b1565a4c36262399 (diff)
downloadaur-e2b8594832d9ce4851f5c06c1573666e298016f3.tar.gz
Updated to 0.41.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 791379cb2070..f04625f2419d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 28 17:45:39 UTC 2018
+# Thu Jul 5 12:16:14 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.40.0
+ pkgver = 0.41.0
pkgrel = 1
url = https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source
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 = https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.40.0/input-wacom-0.40.0.tar.bz2
+ source = https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.41.0/input-wacom-0.41.0.tar.bz2
source = dkms.conf
source = blacklist-input-wacom-dkms.conf
source = move-modules
- md5sums = 486583c98e263d4cd5c75fa52eb7f89d
- md5sums = d816cca73463238db3a93ea14c3ad6a7
+ md5sums = 263e609a4584ffcc7e6b6912511fdc3c
+ md5sums = 77128fe9e1d141d62687893890d7f3f6
md5sums = da99119208e69b9a611b1809e1f241f8
md5sums = 8a851dede08da29c2810fb58e8b69910
diff --git a/PKGBUILD b/PKGBUILD
index 7a08d7317ebc..8f81e4edf7aa 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.40.0
+pkgver=0.41.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=("https://github.com/linuxwacom/input-wacom/releases/download/$_pkgname-$
"blacklist-input-wacom-dkms.conf"
"move-modules")
noextract=()
-md5sums=('486583c98e263d4cd5c75fa52eb7f89d'
- 'd816cca73463238db3a93ea14c3ad6a7'
+md5sums=('263e609a4584ffcc7e6b6912511fdc3c'
+ '77128fe9e1d141d62687893890d7f3f6'
'da99119208e69b9a611b1809e1f241f8'
'8a851dede08da29c2810fb58e8b69910')
package() {
diff --git a/dkms.conf b/dkms.conf
index fa34dfb36eac..d696cf115793 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="input-wacom"
-PACKAGE_VERSION="0.40.0"
+PACKAGE_VERSION="0.41.0"
MAKE[0]="./configure --with-kernel-version=$kernelver && make && ./move-modules"
BUILT_MODULE_NAME[0]="wacom"
DEST_MODULE_NAME[0]="wacom_dkms"