summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Abernethy2016-05-25 10:12:26 +0200
committerPhilip Abernethy2016-05-25 10:12:26 +0200
commit5e9f86821295679629651b435cfc9c69c02244df (patch)
tree4e690d26f1f97f9cb6b14cd4de3a7671646d9ef3 /PKGBUILD
parentb17b7da607c489a3cf0d1deafc34478ed8b194ce (diff)
downloadaur-5e9f86821295679629651b435cfc9c69c02244df.tar.gz
Bumped to 5.278.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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
}