summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJianfeng Zhang2017-06-22 21:32:07 +0800
committerJianfeng Zhang2017-06-22 21:32:07 +0800
commitf3e49c7599173633e9c2fce79b899d317095ce23 (patch)
tree4f935d37c422fdc429f2ada790754720b89b8233 /PKGBUILD
parentbdc92bc47a102765425d45a7ec6b6118a05f4d6f (diff)
downloadaur-f3e49c7599173633e9c2fce79b899d317095ce23.tar.gz
upgrade to 2.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b327356d178..5c6cc0fea2d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
pkgname=dkms-sorted
-pkgver=2.3
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
pkgdesc='Dynamic Kernel Modules System (modified alpm hook to handle dependencies) - experimental'
arch=('any')
url='https://github.com/dell/dkms'
@@ -16,7 +16,7 @@ optdepends=('linux-headers: build modules against the Arch kernel'
'linux-zen-headers: build modules against the ZEN kernel'
'linux-grsec-headers: build modules against the GRSEC kernel')
backup=('etc/dkms/framework.conf')
-source=("git+https://github.com/dell/dkms.git#tag=${pkgver}"
+source=("git+https://github.com/dell/dkms.git#tag=v${pkgver}"
'dkms-install.hook'
'dkms-remove.hook'
'alpm-hook')