summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2016-03-09 17:58:58 +0200
committerDet2016-03-09 17:58:58 +0200
commit3cf41bb8d032ddc2f3fe66736fd8de10e507b991 (patch)
treeed6634286e2357a1f4645dbd01373eebaef2a33d /PKGBUILD
parent5e957b0afb564c1a0ac512119e600496e311246d (diff)
downloadaur-3cf41bb8d032ddc2f3fe66736fd8de10e507b991.tar.gz
FS#48340 + rm deprecated 'pacman>=4.2.0' requirement
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34ee6e8c9bf1..ff2a6d8e400d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
license=('custom:NVIDIA')
depends=("nvidia-utils-beta>=$pkgver" 'libgl')
-makedepends=('linux-headers' 'pacman>=4.2.0')
+makedepends=('linux-headers')
provides=('nvidia')
conflicts=('nvidia-96xx' 'nvidia-173xx' 'nvidia')
options=('!strip')
@@ -23,10 +23,8 @@ case "$CARCH" in
esac
# Source
-source=()
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/$pkgver/NVIDIA-Linux-x86-$pkgver.run")
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/$pkgver/NVIDIA-Linux-x86_64-$pkgver-no-compat32.run")
-md5sums=()
md5sums_i686=('d4fc7fcf1204a46f15733d7cc2711ad2')
md5sums_x86_64=('8799b9a29ea1ef72feb739f1d8290728')