summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorapicici2021-02-02 09:12:29 -0500
committerapicici2021-02-02 09:12:29 -0500
commit8128cb01e62b6a7a9243e3ffb6b775f55bcc05f7 (patch)
tree0de252d491cd6079ae6bd1b4287c591360960ed4
parent407296451815afbfad51bc1418ab5e0ad8c66ca8 (diff)
downloadaur-8128cb01e62b6a7a9243e3ffb6b775f55bcc05f7.tar.gz
updated to 0.47.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 05598ac5084e..910cbcdb9d64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 5.2.1
-# Tue May 12 12:23:16 UTC 2020
pkgbase = input-wacom-dkms
pkgdesc = Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet.
- pkgver = 0.46.0
+ pkgver = 0.47.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.46.0/input-wacom-0.46.0.tar.bz2
+ source = https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.47.0/input-wacom-0.47.0.tar.bz2
source = dkms.conf
source = blacklist-input-wacom-dkms.conf
source = move-modules
- md5sums = ec549adb9aa690b29de4878908f010ea
- md5sums = 2bc4c103c79bc1bea578353a5dd9d35e
+ md5sums = ab22b07090be0aad916a4af821fc904e
+ md5sums = 47a35ead612b601d657adc1d5b98e101
md5sums = da99119208e69b9a611b1809e1f241f8
md5sums = 8a851dede08da29c2810fb58e8b69910
diff --git a/PKGBUILD b/PKGBUILD
index a8f243bce647..9bc19faa1f3f 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.46.0
+pkgver=0.47.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=('ec549adb9aa690b29de4878908f010ea'
- '2bc4c103c79bc1bea578353a5dd9d35e'
+md5sums=('ab22b07090be0aad916a4af821fc904e'
+ '47a35ead612b601d657adc1d5b98e101'
'da99119208e69b9a611b1809e1f241f8'
'8a851dede08da29c2810fb58e8b69910')
package() {
diff --git a/dkms.conf b/dkms.conf
index 1591876f2448..7060dd7b0ebe 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="input-wacom"
-PACKAGE_VERSION="0.46.0"
+PACKAGE_VERSION="0.47.0"
MAKE[0]="./configure --with-kernel-version=$kernelver && make && ./move-modules"
BUILT_MODULE_NAME[0]="wacom"
DEST_MODULE_NAME[0]="wacom_dkms"