summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-04-09 19:21:49 +0300
committerDet2016-04-09 19:21:49 +0300
commit5be65fdd365d83ca4b3967f369173cc348f7e5e9 (patch)
tree9bf3d1926f88e7f5326483f87ecb2e0ecd9f06f7
parent2f3aa596821d14a7845b28c15b4b8801d17e5596 (diff)
downloadaur-5be65fdd365d83ca4b3967f369173cc348f7e5e9.tar.gz
Upgpkg: 364.16
-rwxr-xr-x.SRCINFO12
-rwxr-xr-xPKGBUILD15
2 files changed, 15 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e5477429d60..66a7d3ac27d5 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nvidia-beta-all
pkgdesc = NVIDIA drivers for all kernels on the system (beta)
- pkgver = 364.15
+ pkgver = 364.16
pkgrel = 1
url = http://www.nvidia.com/
install = nvidia-beta-all.install
@@ -8,17 +8,17 @@ pkgbase = nvidia-beta-all
arch = x86_64
license = custom:NVIDIA
makedepends = linux-headers
- depends = nvidia-utils-beta>=364.15
+ depends = nvidia-utils-beta>=364.16
depends = libgl
provides = nvidia
conflicts = nvidia-96xx
conflicts = nvidia-173xx
conflicts = nvidia
options = !strip
- source_i686 = http://us.download.nvidia.com/XFree86/Linux-x86/364.15/NVIDIA-Linux-x86-364.15.run
- md5sums_i686 = 856c286a4838f62c250939c769b42d6e
- source_x86_64 = http://us.download.nvidia.com/XFree86/Linux-x86_64/364.15/NVIDIA-Linux-x86_64-364.15-no-compat32.run
- md5sums_x86_64 = 98dff9af5ce90295df442472483bca1e
+ source_i686 = NVIDIA-Linux-x86-364.16.run::https://developer.nvidia.com/linux32bit
+ md5sums_i686 = c25de6f7e328c6eab5305be0cd0b02d5
+ source_x86_64 = NVIDIA-Linux-x86_64-364.16.run::https://developer.nvidia.com/linux64bit
+ md5sums_x86_64 = 5d954bfb0be8532779a4ca1741851493
pkgname = nvidia-beta-all
diff --git a/PKGBUILD b/PKGBUILD
index 8be353a20184..fdabd45e6f1d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Based on nvidia-beta: https://aur.archlinux.org/packages/nvidia-beta/
pkgname=nvidia-beta-all
-pkgver=364.15
+pkgver=364.16
pkgrel=1
pkgdesc="NVIDIA drivers for all kernels on the system (beta)"
arch=('i686' 'x86_64')
@@ -19,14 +19,17 @@ install=$pkgname.install
# Installer name
case "$CARCH" in
i686) _pkg="NVIDIA-Linux-x86-$pkgver" ;;
- x86_64) _pkg="NVIDIA-Linux-x86_64-$pkgver-no-compat32" ;;
+ # x86_64) _pkg="NVIDIA-Linux-x86_64-$pkgver-no-compat32" ;;
+ x86_64) _pkg="NVIDIA-Linux-x86_64-$pkgver" ;;
esac
# 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_i686=('856c286a4838f62c250939c769b42d6e')
-md5sums_x86_64=('98dff9af5ce90295df442472483bca1e')
+# 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")
+source_i686=("NVIDIA-Linux-x86-$pkgver.run::https://developer.nvidia.com/linux32bit")
+source_x86_64=("NVIDIA-Linux-x86_64-$pkgver.run::https://developer.nvidia.com/linux64bit")
+md5sums_i686=('c25de6f7e328c6eab5305be0cd0b02d5')
+md5sums_x86_64=('5d954bfb0be8532779a4ca1741851493')
# Auto-detect patches (e.g. nvidia-linux-4.1.patch)
for _patch in $(ls "$startdir"/*.patch 2>/dev/null); do