summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford (ShayBox)2020-08-09 12:09:54 -0400
committerShayne Hartford (ShayBox)2020-08-09 12:09:54 -0400
commita02a4f64c6e3bfa0f844a5c523abd0748c2534e3 (patch)
tree9702f8d46951c4be735a49043c67b83956bd2f69
parentce6717df02702d1fc3aea0af6cb5ac9e2b41476f (diff)
downloadaur-a02a4f64c6e3bfa0f844a5c523abd0748c2534e3.tar.gz
Change server region
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a77e742c557..6e33c986b196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nvflash
pkgdesc = A tool to update the the firmware of Nvidia display adapters.
pkgver = 5.414.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.techpowerup.com/download/nvidia-nvflash/
arch = x86_64
arch = i686
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 18451b85bbca..e3cd2a152a1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shayne Hartford<shayneehartford@gmail.com>
pkgname=nvflash
pkgver=5.414.0
-pkgrel=3
+pkgrel=4
pkgdesc="A tool to update the the firmware of Nvidia display adapters."
url="https://www.techpowerup.com/download/nvidia-nvflash/"
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ build() {
wget \
--method POST \
--header 'content-type: application/x-www-form-urlencoded' \
- --body-data 'id=808&server_id=2' \
+ --body-data 'id=808&server_id=12' \
--output-document=${pkgname}-${pkgver}.zip \
- https://www.techpowerup.com/download/nvidia-nvflash/ || true