summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Alekseev2020-08-31 15:38:22 +0400
committerAndrey Alekseev2020-08-31 15:38:22 +0400
commite4c571247656c6c36a94a7c95e0b5575b67c1a70 (patch)
treef3b94a8e58c477688a2bb443016890ff31a83492
parent21a4312083f7cbaaae68306e42182662f2c9b56b (diff)
downloadaur-e4c571247656c6c36a94a7c95e0b5575b67c1a70.tar.gz
Update to 450.66
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afa905aaec66..33b2a62052a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = nvidia-450xx-dkms
pkgdesc = NVIDIA driver sources for Linux, 450xx
- pkgver = 450.57
+ pkgver = 450.66
pkgrel = 1
url = http://www.nvidia.com/
arch = x86_64
license = custom
depends = dkms
- depends = nvidia-utils=450.57
+ depends = nvidia-utils=450.66
depends = libglvnd
depends = linux-headers
- provides = nvidia=450.57
+ provides = nvidia=450.66
conflicts = nvidia
conflicts = nvidia-lts
options = !strip
- source = http://us.download.nvidia.com/XFree86/Linux-x86_64/450.57/NVIDIA-Linux-x86_64-450.57.run
- sha512sums = 2c57f4752239a028f04a7bdc62e363600b67c8d83b5bfeb2649b41d2f5776c56780a46ced93ee9c22f22a0d820372d2ab0bfdde5044131eafe7f5f2df489fa81
+ source = http://us.download.nvidia.com/XFree86/Linux-x86_64/450.66/NVIDIA-Linux-x86_64-450.66.run
+ md5sums = f2fc84773487a2f4c405788afc1b85c5
pkgname = nvidia-450xx-dkms
diff --git a/PKGBUILD b/PKGBUILD
index b250f521eb2a..fe3a38115822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=nvidia-450xx-dkms
pkgname=nvidia-450xx-dkms
-pkgver=450.57
+pkgver=450.66
pkgrel=1
pkgdesc="NVIDIA driver sources for Linux, 450xx"
arch=('x86_64')
@@ -17,9 +17,9 @@ _pkg="NVIDIA-Linux-x86_64-${pkgver}"
source=(
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run"
)
-sha512sums=(
- '2c57f4752239a028f04a7bdc62e363600b67c8d83b5bfeb2649b41d2f5776c56780a46ced93ee9c22f22a0d820372d2ab0bfdde5044131eafe7f5f2df489fa81'
- )
+md5sums=(
+ 'f2fc84773487a2f4c405788afc1b85c5'
+ )
prepare() {
sh "${_pkg}.run" --extract-only