summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Sellaroli2018-03-23 11:43:37 -0400
committerGiuseppe Sellaroli2018-03-23 11:43:37 -0400
commitb40551fa8dca4f16e67c62182b9bb6c92b1f1e84 (patch)
tree4c6614cea3ef37cf145a51a92761cbb5da2af921
parent009cb212341af3752d82a9fdf98b048cd8b4a3d0 (diff)
downloadaur-b40551fa8dca4f16e67c62182b9bb6c92b1f1e84.tar.gz
Updated to 0.39.0 and removed unnecessary instructions from .install
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--dkms.conf2
-rw-r--r--input-wacom-dkms.install3
4 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 235f45f4e64d..28bf2027c76d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 24 20:07:30 UTC 2018
+# Fri Mar 23 15:42:27 UTC 2018
pkgbase = input-wacom-dkms
pkgdesc = Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet.
- pkgver = 0.38.0
+ pkgver = 0.39.0
pkgrel = 1
url = https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source
install = input-wacom-dkms.install
@@ -11,12 +11,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.38.0/input-wacom-0.38.0.tar.bz2
+ source = https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.39.0/input-wacom-0.39.0.tar.bz2
source = dkms.conf
source = blacklist-input-wacom-dkms.conf
source = move-modules
- md5sums = bbe7bd464c7677697c86b1559234c17e
- md5sums = 924475776559fc915b595c9f0d16026c
+ md5sums = 74443b25a27194ce03fca14afb82325a
+ md5sums = a32306d26cac57380063bbb84968aadc
md5sums = da99119208e69b9a611b1809e1f241f8
md5sums = 8a851dede08da29c2810fb58e8b69910
diff --git a/PKGBUILD b/PKGBUILD
index 1f738219806a..3b2abd44e85b 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.38.0
+pkgver=0.39.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=('bbe7bd464c7677697c86b1559234c17e'
- '924475776559fc915b595c9f0d16026c'
+md5sums=('74443b25a27194ce03fca14afb82325a'
+ 'a32306d26cac57380063bbb84968aadc'
'da99119208e69b9a611b1809e1f241f8'
'8a851dede08da29c2810fb58e8b69910')
package() {
diff --git a/dkms.conf b/dkms.conf
index ce55b619e928..0a3e6d7b773f 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="input-wacom"
-PACKAGE_VERSION="0.38.0"
+PACKAGE_VERSION="0.39.0"
MAKE[0]="./configure --with-kernel-version=$kernelver && make && ./move-modules"
BUILT_MODULE_NAME[0]="wacom"
DEST_MODULE_NAME[0]="wacom_dkms"
diff --git a/input-wacom-dkms.install b/input-wacom-dkms.install
index 98b17bc9b445..07bee5e206c0 100644
--- a/input-wacom-dkms.install
+++ b/input-wacom-dkms.install
@@ -1,7 +1,4 @@
post_install() {
- local version=${1%%-*}
- dkms=$(which dkms)
- $dkms install -m input-wacom -v $version
echo -e "\n"
echo "#####################################"
echo -e "\n"