summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorapicici2023-07-31 14:34:37 -0400
committerapicici2023-07-31 14:34:37 -0400
commit9f1bc2f526899bb2efe1c351844ddcc93b903470 (patch)
tree2eb4928dfddb954fc7bfb6e9e301bd37e2e4beff
parentb426051cd5af86f8b6998e92232755507b1e2af3 (diff)
downloadaur-9f1bc2f526899bb2efe1c351844ddcc93b903470.tar.gz
updated to 1.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88a6e5d23b97..8f84b5eea865 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by makepkg 6.0.2
+# Mon Jul 31 18:33:02 UTC 2023
pkgbase = input-wacom-dkms
pkgdesc = Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet.
- pkgver = 0.49.0
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source
install = input-wacom-dkms.install
@@ -8,12 +10,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.49.0/input-wacom-0.49.0.tar.bz2
+ source = https://github.com/linuxwacom/input-wacom/releases/download/v1.0.0/input-wacom-1.0.0.tar.bz2
source = dkms.conf
source = blacklist-input-wacom-dkms.conf
source = move-modules
- md5sums = c5ebc6f9d8f33da6e4544a62202fc301
- md5sums = 6e91f37dad8ccced212ea69474842ad3
+ md5sums = 7c07633b5fafbb0c97d1d00ffd4dd975
+ md5sums = b1a1c062fe2d5c9e961ba6b1ffac30fe
md5sums = da99119208e69b9a611b1809e1f241f8
md5sums = 8a851dede08da29c2810fb58e8b69910
diff --git a/PKGBUILD b/PKGBUILD
index 3906bbeee273..f77898079f41 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.49.0
+pkgver=1.0.0
pkgrel=1
pkgdesc="Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet."
arch=('any')
@@ -10,12 +10,12 @@ license=('GPL2')
depends=('dkms')
optdepends=('xf86-input-wacom: for actually using a Wacom tablet')
install=$pkgname.install
-source=("https://github.com/linuxwacom/input-wacom/releases/download/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.bz2"
+source=("https://github.com/linuxwacom/input-wacom/releases/download/v$pkgver/$_pkgname-$pkgver.tar.bz2"
"dkms.conf"
"blacklist-input-wacom-dkms.conf"
"move-modules")
noextract=()
-md5sums=('c5ebc6f9d8f33da6e4544a62202fc301'
+md5sums=('7c07633b5fafbb0c97d1d00ffd4dd975'
'b1a1c062fe2d5c9e961ba6b1ffac30fe'
'da99119208e69b9a611b1809e1f241f8'
'8a851dede08da29c2810fb58e8b69910')