summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Krüger2017-12-08 01:20:24 +0100
committerMarcel Krüger2017-12-08 01:21:13 +0100
commitc4b39cbeabf2bca6db4c47207214f8708c015bf0 (patch)
treeb72cc7a2746eec2395c6d9313ffc9c82b98e4f93 /PKGBUILD
parent65e93ef94ed230c3f75f37225e0d551eae292f0b (diff)
downloadaur-intel_nuc_led-dkms-git.tar.gz
Pass kernel version when building module
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21c005e36522..c4a24debdb41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=intel_nuc_led
pkgname=${_pkgbase}-dkms-git
-pkgver=r1.a59a129
+pkgver=r2.65e93ef
pkgrel=1
pkgdesc="Intel NUC7i[x]BN and NUC6CAY LED Control for Linux (DKMS)"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ makedepends=('git')
source=("git+https://github.com/milesp20/intel_nuc_led.git"
'dkms.conf')
md5sums=('SKIP'
- '3c4f2898ea26607de03f03a75af731c8')
+ '80494ee6de55e6ac0e4727fab41da5d2')
pkgver() {
cd "$intel_nuc_led"