summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-08-01 16:14:54 +0000
committerDaniel Bermond2018-08-01 16:14:54 +0000
commitc3e27465e5142310187c3756bd125775ca1073e2 (patch)
tree50014872773269a48e584486af07348da4b905fa /PKGBUILD
parentfb25b0a9bd637935b8135f5378de351f5e0ae20f (diff)
downloadaur-c3e27465e5142310187c3756bd125775ca1073e2.tar.gz
Remove .install file (dkms operations are handled by pacman hooks)
The .install file contains only dkms operations. But since 2016, dkms operations are handled by pacman hooks. There is no need to have this is .install file anymore. References ---------- https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/nvidia&id=0e7a407f3016e4f37bb1fc9fff23c9e814a05c33
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30d86de4a342..4a21bb4a1e61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=nvidia-beta-dkms
pkgver=396.24
-pkgrel=6
+pkgrel=7
pkgdesc='NVIDIA driver sources for linux (beta version)'
arch=('x86_64')
url='http://www.nvidia.com/'
@@ -21,7 +21,6 @@ optdepends=('linux-headers: build the module for Arch kernel'
provides=("nvidia=${pkgver}" 'nvidia-dkms')
conflicts=('nvidia')
options=('!strip')
-install="${pkgname}.install"
_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'