summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Abernethy2016-05-25 10:12:26 +0200
committerPhilip Abernethy2016-05-25 10:12:26 +0200
commit5e9f86821295679629651b435cfc9c69c02244df (patch)
tree4e690d26f1f97f9cb6b14cd4de3a7671646d9ef3
parentb17b7da607c489a3cf0d1deafc34478ed8b194ce (diff)
downloadaur-5e9f86821295679629651b435cfc9c69c02244df.tar.gz
Bumped to 5.278.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 075fd631edd5..81434988f5c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Feb 29 12:45:12 UTC 2016
+# Wed May 25 08:11:43 UTC 2016
pkgbase = nvflash
pkgdesc = A tool to update the the firmware of Nvidia display adapters.
- pkgver = 5.227.0.1
+ pkgver = 5.278.0
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
+ source = http://us1-dl.techpowerup.com/Utilities/BIOS_Flashing/NVIDIA/nvflash_5.278.0-linux.zip
+ sha512sums = 758fefdecb551c684c27eecf1d696181ee8bf13dd94bafc19f190abd3305fcdf082393a670bafeee8df0cb7f636bc193030e1076d2d0a5208fed5cd19d4e072d
pkgname = nvflash
diff --git a/PKGBUILD b/PKGBUILD
index a9f211d6aa06..87b8d4a13577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philip Abernethy<chais.z3r0@gmail.com>
pkgname=nvflash
-pkgver=5.227.0.1
+pkgver=5.278.0
pkgrel=1
pkgdesc="A tool to update the the firmware of Nvidia display adapters."
url="https://www.techpowerup.com/downloads/Utilities/BIOS_Flashing/NVIDIA/"
@@ -8,8 +8,8 @@ arch=('x86_64' 'i686')
license=('unknown')
source=("http://us1-dl.techpowerup.com/Utilities/BIOS_Flashing/NVIDIA/nvflash_${pkgver}-linux.zip")
-sha512sums=('6d71818e3a7c979305b65f55246bda50db882707db4a945a01b174991eae1031a403494fee40e6e7656eb633f93620ea69ea791d2563f755427c39615828f7d0')
+sha512sums=('758fefdecb551c684c27eecf1d696181ee8bf13dd94bafc19f190abd3305fcdf082393a670bafeee8df0cb7f636bc193030e1076d2d0a5208fed5cd19d4e072d')
package() {
- install -Dm755 "${srcdir}"/x86/nvflash "${pkgdir}"/usr/bin/nvflash
+ install -Dm755 "${srcdir}"/nvflash "${pkgdir}"/usr/bin/nvflash
}