summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Sellaroli2017-11-07 10:50:49 -0500
committerGiuseppe Sellaroli2017-11-07 10:50:49 -0500
commit5eeb84ae27023c6e640a62137e2dd3cc2134e4ab (patch)
tree1b8ed4f8a7e9fb7c941dddb349606b2fd343e893
parent6b212c1ef521fb2ea7cfaad8a29adf9954dc25bb (diff)
downloadaur-5eeb84ae27023c6e640a62137e2dd3cc2134e4ab.tar.gz
Updated to 0.37.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
-rw-r--r--dkms.conf2
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec900e340430..8590fdd30358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
# Generated by mksrcinfo v8
-# Mon Oct 2 21:30:45 UTC 2017
+# Tue Nov 7 15:50:14 UTC 2017
pkgbase = input-wacom-dkms
pkgdesc = Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet.
- pkgver = 0.37.0
+ pkgver = 0.37.1
pkgrel = 1
- url = http://linuxwacom.sourceforge.net/wiki/index.php/Input-wacom
+ url = https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source
install = input-wacom-dkms.install
arch = i686
arch = x86_64
license = GPL2
depends = dkms
optdepends = xf86-input-wacom: for actually using a Wacom tablet
- source = http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/input-wacom/input-wacom-0.37.0.tar.bz2
+ source = https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.37.1/input-wacom-0.37.1.tar.bz2
source = dkms.conf
source = blacklist-input-wacom-dkms.conf
source = move-modules
- md5sums = 6c7083befe5bead7e0eb0447dba04613
- md5sums = 61dd66516ae5a1e387bef4a11bd2882b
+ md5sums = b1124c0e12ec4061e0e2ccd8d9bb4ea0
+ md5sums = 8ac986a1c4db02ee9148aea311b5009e
md5sums = da99119208e69b9a611b1809e1f241f8
md5sums = 8a851dede08da29c2810fb58e8b69910
diff --git a/PKGBUILD b/PKGBUILD
index e10be764cfcd..f7052cde48f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Giuseppe Sellaroli <g.sellaroli at yahoo dot it>
pkgname=input-wacom-dkms
_pkgname=input-wacom
-pkgver=0.37.0
+pkgver=0.37.1
pkgrel=1
pkgdesc="Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet."
arch=('i686' 'x86_64')
-url="http://linuxwacom.sourceforge.net/wiki/index.php/Input-wacom"
+url="https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source"
license=('GPL2')
depends=('dkms')
optdepends=('xf86-input-wacom: for actually using a Wacom tablet')
install=$pkgname.install
-source=("http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/input-wacom/$_pkgname-$pkgver.tar.bz2"
+source=("https://github.com/linuxwacom/input-wacom/releases/download/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.bz2"
"dkms.conf"
"blacklist-input-wacom-dkms.conf"
"move-modules")
noextract=()
-md5sums=('6c7083befe5bead7e0eb0447dba04613'
- '61dd66516ae5a1e387bef4a11bd2882b'
+md5sums=('b1124c0e12ec4061e0e2ccd8d9bb4ea0'
+ '8ac986a1c4db02ee9148aea311b5009e'
'da99119208e69b9a611b1809e1f241f8'
'8a851dede08da29c2810fb58e8b69910')
package() {
diff --git a/dkms.conf b/dkms.conf
index f9f2b72a167b..a23e41e12ee5 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="input-wacom"
-PACKAGE_VERSION="0.37.0"
+PACKAGE_VERSION="0.37.1"
MAKE[0]="./configure && make && ./move-modules"
BUILT_MODULE_NAME[0]="wacom"
DEST_MODULE_NAME[0]="wacom_dkms"