summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c78d4ef08611..c21a11d9f7ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=nfancurve
pkgname=${_pkgname}
-pkgver=019.3
-pkgrel=2
+pkgver=019.6.1
+pkgrel=1
pkgdesc="A small and lightweight Bash script for using a custom fan curve in Linux for NVIDIA GPUs"
arch=("any")
url="https://github.com/nan0s7/nfancurve"
@@ -15,8 +15,12 @@ conflicts=("${_pkgname}-git")
backup=('etc/nfancurve.conf')
install=${_pkgname}.install
-source=("${_pkgname}-${pkgver}::https://github.com/nan0s7/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('ef12d7d873726bb342663c9b212277afb4ef4837ef1399007e37412927365057d4cc2aab16d3fee9ece71c1c8d204e57cc036626b7f5d059f51141f9496b9d15')
+source=(
+ "${_pkgname}-${pkgver}::https://github.com/nan0s7/${_pkgname}/archive/v${pkgver}.tar.gz"
+)
+sha512sums=(
+ '96ee340f40bab5e65d86ddd6c3db68833f1178720542ee5065fd0fb38d86eb763226eba01806adef83956edc9614bc46c2347edb194c75d73f8ff1f23ca7307c'
+)
package() {