summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Sellaroli2017-12-31 05:42:50 +0100
committerGiuseppe Sellaroli2017-12-31 05:42:50 +0100
commitd40843d46493f98ebe595ed20f5da348e84237e3 (patch)
tree86569c9eebed8f8e911926e45366c1bbd85caa8a
parent5eeb84ae27023c6e640a62137e2dd3cc2134e4ab (diff)
downloadaur-d40843d46493f98ebe595ed20f5da348e84237e3.tar.gz
updated dkms.conf to specify kernel version in ./configure
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--dkms.conf2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8590fdd30358..7606620e5716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Nov 7 15:50:14 UTC 2017
+# Sun Dec 31 04:42:11 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.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source
install = input-wacom-dkms.install
arch = i686
@@ -16,7 +16,7 @@ pkgbase = input-wacom-dkms
source = blacklist-input-wacom-dkms.conf
source = move-modules
md5sums = b1124c0e12ec4061e0e2ccd8d9bb4ea0
- md5sums = 8ac986a1c4db02ee9148aea311b5009e
+ md5sums = bf27a9b480085418738b299cb4f3d378
md5sums = da99119208e69b9a611b1809e1f241f8
md5sums = 8a851dede08da29c2810fb58e8b69910
diff --git a/PKGBUILD b/PKGBUILD
index f7052cde48f6..27bd28d3e8f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=input-wacom-dkms
_pkgname=input-wacom
pkgver=0.37.1
-pkgrel=1
+pkgrel=2
pkgdesc="Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet."
arch=('i686' 'x86_64')
url="https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source"
@@ -16,7 +16,7 @@ source=("https://github.com/linuxwacom/input-wacom/releases/download/$_pkgname-$
"move-modules")
noextract=()
md5sums=('b1124c0e12ec4061e0e2ccd8d9bb4ea0'
- '8ac986a1c4db02ee9148aea311b5009e'
+ 'bf27a9b480085418738b299cb4f3d378'
'da99119208e69b9a611b1809e1f241f8'
'8a851dede08da29c2810fb58e8b69910')
package() {
diff --git a/dkms.conf b/dkms.conf
index a23e41e12ee5..d97cf2422603 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,6 +1,6 @@
PACKAGE_NAME="input-wacom"
PACKAGE_VERSION="0.37.1"
-MAKE[0]="./configure && make && ./move-modules"
+MAKE[0]="./configure --with-kernel-version=$kernelver && make && ./move-modules"
BUILT_MODULE_NAME[0]="wacom"
DEST_MODULE_NAME[0]="wacom_dkms"
BUILT_MODULE_NAME[1]="wacom_w8001"