summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgreenbagels2015-11-12 00:09:49 -0500
committergreenbagels2015-11-12 00:09:49 -0500
commit2ad211240b0310251a59221aea198e1b918b294c (patch)
treebc91194c914b71a349a64277f25077acbf1a865c /PKGBUILD
parent4ecb674f3c0d4abb2c89f81ce8f85c32dd4dc26c (diff)
downloadaur-2ad211240b0310251a59221aea198e1b918b294c.tar.gz
Update for kernel version 4.2.6
The kernel dependencies now also mirror those of the official nvidia driver package for clarity and consistency. Although the extramodules is hard-coded, as has been pointed out to me, I still think that keeping the dependencies more relaxed lets people fix their systems easier if an incompatible package somehow is installed, and people can nonetheless cherry pick the package git repository version for their desired minor kernel version, since I plan on updating the package repository for every new kernel major/minor update, as well as official nvidia package updates.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea27a704c89b..bc317eb6da86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=nvidia-grsec
pkgver=355.11
-_extramodules=extramodules-4.2.5-grsec
-pkgrel=4
+_extramodules=extramodules-4.2.6-grsec
+pkgrel=5
pkgdesc="NVIDIA drivers for linux-grsec kernel"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
-depends=('libgl' "nvidia-utils=${pkgver}" 'linux-grsec>=4.2.5' 'linux-grsec<4.3')
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux-grsec' 'linux-grsec-headers>=4.2.5' 'linux-grsec-headers<4.3')
+depends=('libgl' "nvidia-utils=${pkgver}" 'linux-grsec>=4.2' 'linux-grsec<4.3')
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux-grsec' 'linux-grsec-headers>=4.2' 'linux-grsec-headers<4.3')
license=('custom')
install=nvidia-grsec.install
options=(!strip)