summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Sellaroli2019-06-22 09:44:02 -0400
committerGiuseppe Sellaroli2019-06-22 09:44:02 -0400
commit2db99f2eaf6bfba0edd43b11c76b19e64338500c (patch)
treedc243cce05efa5316c5f64f8b47adbf0e7a2f9c0
parent545390441f78b3873ffea341c951e4cb137d07dc (diff)
downloadaur-2db99f2eaf6bfba0edd43b11c76b19e64338500c.tar.gz
updated to 0.43.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--dkms.conf2
3 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f2fdeb17a2e..7eefe6f2abe6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Nov 1 19:30:56 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.42.0
+ pkgver = 0.43.0
pkgrel = 1
url = https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source
install = input-wacom-dkms.install
@@ -11,12 +9,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.42.0/input-wacom-0.42.0.tar.bz2
+ source = https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.43.0/input-wacom-0.43.0.tar.bz2
source = dkms.conf
source = blacklist-input-wacom-dkms.conf
source = move-modules
- md5sums = f53e1f33a743f6b973693c2ebb20e245
- md5sums = 199f632732870cd8c9e70452be2b2c79
+ md5sums = c950180c19b2c467fc4a9128f8e8577e
+ md5sums = 9622a13aa1f4c93edabc50b04c82260c
md5sums = da99119208e69b9a611b1809e1f241f8
md5sums = 8a851dede08da29c2810fb58e8b69910
diff --git a/PKGBUILD b/PKGBUILD
index f8245fa6edf6..1fd4b7f699f2 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.42.0
+pkgver=0.43.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=('f53e1f33a743f6b973693c2ebb20e245'
- '199f632732870cd8c9e70452be2b2c79'
+md5sums=('c950180c19b2c467fc4a9128f8e8577e'
+ '9622a13aa1f4c93edabc50b04c82260c'
'da99119208e69b9a611b1809e1f241f8'
'8a851dede08da29c2810fb58e8b69910')
package() {
diff --git a/dkms.conf b/dkms.conf
index 09a262611670..4a8961844ea3 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="input-wacom"
-PACKAGE_VERSION="0.42.0"
+PACKAGE_VERSION="0.43.0"
MAKE[0]="./configure --with-kernel-version=$kernelver && make && ./move-modules"
BUILT_MODULE_NAME[0]="wacom"
DEST_MODULE_NAME[0]="wacom_dkms"