summarylogtreecommitdiffstats
path: root/nvidia-grsec.install
diff options
context:
space:
mode:
authorgreenbagels2016-02-16 18:10:33 -0500
committergreenbagels2016-02-16 18:10:33 -0500
commit0a0482f229a08a8f1286348266b9961aaa86a2d1 (patch)
treed1b9a0395452d2b05a1c13fcbb981e080d13bda6 /nvidia-grsec.install
parent3d7cb92ec698bc0f40ee4c02c17e86b5dd8aba24 (diff)
downloadaur-0a0482f229a08a8f1286348266b9961aaa86a2d1.tar.gz
Update package for driver 361.28 / linux 4.3.5
Removed old patch files in favor of paxguy1's patch hosted on the grsecurity website, meaning the package now tracks the patch by pkgver. PKGBUILD has also been altered to use the newer style of using arrays for source variables.
Diffstat (limited to 'nvidia-grsec.install')
-rw-r--r--nvidia-grsec.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvidia-grsec.install b/nvidia-grsec.install
index 245471b19681..0502bf1afc29 100644
--- a/nvidia-grsec.install
+++ b/nvidia-grsec.install
@@ -1,5 +1,5 @@
post_install() {
- EXTRAMODULES='extramodules-4.3.4-grsec'
+ EXTRAMODULES='extramodules-4.3.5-grsec'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
echo 'In order to use nvidia module, reboot the system.'
}