summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorapicici2022-10-13 21:02:31 -0400
committerapicici2022-10-13 21:02:31 -0400
commitb426051cd5af86f8b6998e92232755507b1e2af3 (patch)
tree1a59cbcbe3d9c0a806450d8e35a1ab6346e377cf
parent7f26e7d77fdc5135cd9ccc31fea0ddff4b8a3c77 (diff)
downloadaur-b426051cd5af86f8b6998e92232755507b1e2af3.tar.gz
update to 0.49.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--dkms.conf2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84ffff0170ad..88a6e5d23b97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = input-wacom-dkms
pkgdesc = Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet.
- pkgver = 0.48.0
+ pkgver = 0.49.0
pkgrel = 1
url = https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source
install = input-wacom-dkms.install
@@ -8,11 +8,11 @@ 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.48.0/input-wacom-0.48.0.tar.bz2
+ source = https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.49.0/input-wacom-0.49.0.tar.bz2
source = dkms.conf
source = blacklist-input-wacom-dkms.conf
source = move-modules
- md5sums = 9653e464b25339cfedcc681af3b50a05
+ md5sums = c5ebc6f9d8f33da6e4544a62202fc301
md5sums = 6e91f37dad8ccced212ea69474842ad3
md5sums = da99119208e69b9a611b1809e1f241f8
md5sums = 8a851dede08da29c2810fb58e8b69910
diff --git a/PKGBUILD b/PKGBUILD
index ec0f5f5a89e1..3906bbeee273 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.48.0
+pkgver=0.49.0
pkgrel=1
pkgdesc="Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet."
arch=('any')
@@ -15,8 +15,8 @@ source=("https://github.com/linuxwacom/input-wacom/releases/download/$_pkgname-$
"blacklist-input-wacom-dkms.conf"
"move-modules")
noextract=()
-md5sums=('9653e464b25339cfedcc681af3b50a05'
- '6e91f37dad8ccced212ea69474842ad3'
+md5sums=('c5ebc6f9d8f33da6e4544a62202fc301'
+ 'b1a1c062fe2d5c9e961ba6b1ffac30fe'
'da99119208e69b9a611b1809e1f241f8'
'8a851dede08da29c2810fb58e8b69910')
package() {
diff --git a/dkms.conf b/dkms.conf
index 5cfe8d7ad292..f83356785ad3 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="input-wacom"
-PACKAGE_VERSION="0.48.0"
+PACKAGE_VERSION="0.49.0"
MAKE[0]="./configure --with-kernel-version=$kernelver && make && ./move-modules"
BUILT_MODULE_NAME[0]="wacom"
DEST_MODULE_NAME[0]="wacom_dkms"