summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorapicici2021-09-30 15:13:23 -0400
committerapicici2021-09-30 15:13:23 -0400
commit7f26e7d77fdc5135cd9ccc31fea0ddff4b8a3c77 (patch)
tree503c5c7b7163ddd90c42bf263582385a2ba9dbcb
parentbd349266e2cee0f09cc0ed578544827a2935f20a (diff)
downloadaur-7f26e7d77fdc5135cd9ccc31fea0ddff4b8a3c77.tar.gz
update to 0.48.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
-rw-r--r--dkms.conf2
3 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52676d256d0a..84ffff0170ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = input-wacom-dkms
pkgdesc = Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet.
- pkgver = 0.47.0
- pkgrel = 2
+ pkgver = 0.48.0
+ pkgrel = 1
url = https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source
install = input-wacom-dkms.install
arch = any
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.47.0/input-wacom-0.47.0.tar.bz2
+ source = https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.48.0/input-wacom-0.48.0.tar.bz2
source = dkms.conf
source = blacklist-input-wacom-dkms.conf
source = move-modules
- md5sums = ab22b07090be0aad916a4af821fc904e
- md5sums = 47a35ead612b601d657adc1d5b98e101
+ md5sums = 9653e464b25339cfedcc681af3b50a05
+ md5sums = 6e91f37dad8ccced212ea69474842ad3
md5sums = da99119208e69b9a611b1809e1f241f8
md5sums = 8a851dede08da29c2810fb58e8b69910
pkgname = input-wacom-dkms
-
diff --git a/PKGBUILD b/PKGBUILD
index ae68b1b18284..ec0f5f5a89e1 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.47.0
-pkgrel=2
+pkgver=0.48.0
+pkgrel=1
pkgdesc="Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet."
arch=('any')
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=('ab22b07090be0aad916a4af821fc904e'
- '47a35ead612b601d657adc1d5b98e101'
+md5sums=('9653e464b25339cfedcc681af3b50a05'
+ '6e91f37dad8ccced212ea69474842ad3'
'da99119208e69b9a611b1809e1f241f8'
'8a851dede08da29c2810fb58e8b69910')
package() {
diff --git a/dkms.conf b/dkms.conf
index 7060dd7b0ebe..5cfe8d7ad292 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="input-wacom"
-PACKAGE_VERSION="0.47.0"
+PACKAGE_VERSION="0.48.0"
MAKE[0]="./configure --with-kernel-version=$kernelver && make && ./move-modules"
BUILT_MODULE_NAME[0]="wacom"
DEST_MODULE_NAME[0]="wacom_dkms"