summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Abernethy2016-02-29 14:10:47 +0100
committerPhilip Abernethy2016-02-29 14:10:47 +0100
commitb17b7da607c489a3cf0d1deafc34478ed8b194ce (patch)
treeb336950c8951045bcf00387e4c5963264a05e8ab
downloadaur-b17b7da607c489a3cf0d1deafc34478ed8b194ce.tar.gz
Initial commit
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD15
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..075fd631edd5
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Mon Feb 29 12:45:12 UTC 2016
+pkgbase = nvflash
+ pkgdesc = A tool to update the the firmware of Nvidia display adapters.
+ pkgver = 5.227.0.1
+ pkgrel = 1
+ url = https://www.techpowerup.com/downloads/Utilities/BIOS_Flashing/NVIDIA/
+ arch = x86_64
+ arch = i686
+ license = unknown
+ source = http://us1-dl.techpowerup.com/Utilities/BIOS_Flashing/NVIDIA/nvflash_5.227.0.1-linux.zip
+ sha512sums = 6d71818e3a7c979305b65f55246bda50db882707db4a945a01b174991eae1031a403494fee40e6e7656eb633f93620ea69ea791d2563f755427c39615828f7d0
+
+pkgname = nvflash
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a9f211d6aa06
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Philip Abernethy<chais.z3r0@gmail.com>
+pkgname=nvflash
+pkgver=5.227.0.1
+pkgrel=1
+pkgdesc="A tool to update the the firmware of Nvidia display adapters."
+url="https://www.techpowerup.com/downloads/Utilities/BIOS_Flashing/NVIDIA/"
+arch=('x86_64' 'i686')
+license=('unknown')
+
+source=("http://us1-dl.techpowerup.com/Utilities/BIOS_Flashing/NVIDIA/nvflash_${pkgver}-linux.zip")
+sha512sums=('6d71818e3a7c979305b65f55246bda50db882707db4a945a01b174991eae1031a403494fee40e6e7656eb633f93620ea69ea791d2563f755427c39615828f7d0')
+
+package() {
+ install -Dm755 "${srcdir}"/x86/nvflash "${pkgdir}"/usr/bin/nvflash
+}