summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-08-01 16:15:59 +0000
committerDaniel Bermond2018-08-01 16:15:59 +0000
commit0bbef432a2a5baa79271487fa3c8a6b3a3e4ec3f (patch)
treed058667d81a89ab5b4664cbeb53b04b1c5d2cc91 /PKGBUILD
parentc3e27465e5142310187c3756bd125775ca1073e2 (diff)
downloadaur-0bbef432a2a5baa79271487fa3c8a6b3a3e4ec3f.tar.gz
Remove '!strip' option (package has no binary files)
The package does not contain any binary files to be stripped. Package is source-only. There is no need to use the '!strip' option in this case.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a21bb4a1e61..cfbd2d8886ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=nvidia-beta-dkms
pkgver=396.24
-pkgrel=7
+pkgrel=8
pkgdesc='NVIDIA driver sources for linux (beta version)'
arch=('x86_64')
url='http://www.nvidia.com/'
@@ -20,7 +20,6 @@ optdepends=('linux-headers: build the module for Arch kernel'
'linux-lts-headers: build the module for LTS Arch kernel')
provides=("nvidia=${pkgver}" 'nvidia-dkms')
conflicts=('nvidia')
-options=('!strip')
_srcname="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_srcname}.run"
'linux-4.16.patch'