diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # Maintainer: Shayne Hartford<shayneehartford@gmail.com> pkgname=nvflash -pkgver=5.414.0 +pkgver=5.660.0 pkgrel=4 pkgdesc="A tool to update the the firmware of Nvidia display adapters." url="https://www.techpowerup.com/download/nvidia-nvflash/" @@ -12,7 +12,7 @@ build() { wget \ --method POST \ --header 'content-type: application/x-www-form-urlencoded' \ - --body-data 'id=808&server_id=12' \ + --body-data 'id=1707&server_id=3' \ --output-document=${pkgname}-${pkgver}.zip \ - https://www.techpowerup.com/download/nvidia-nvflash/ || true @@ -20,5 +20,5 @@ build() { } package() { - install -Dm755 ${pkgname}_linux "${pkgdir}"/usr/bin/nvflash + install -Dm755 ${pkgname} "${pkgdir}"/usr/bin/nvflash } |