summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a9f211d6aa06c1ac7a8a7b74c9cdc1a8b2a229de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}