summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRene Hollander2019-10-25 15:51:25 +0200
committerRene Hollander2019-10-25 15:51:25 +0200
commitce8c8e6a552e50388bd966de3496261dc4833683 (patch)
treea57032648ce4d29757ee9003aaf3ec662acf7155 /PKGBUILD
parente8e6469db023189c02a457f503370005cfb6dc92 (diff)
downloadaur-ce8c8e6a552e50388bd966de3496261dc4833683.tar.gz
Adds config file to backup array to avoid overwrite on package update.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71670645a53a..4d1d57318696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=nfancurve
pkgname=${_pkgname}
pkgver=019
-pkgrel=1
+pkgrel=2
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"
@@ -13,6 +13,7 @@ license=("GPL3")
depends=("bash" "nvidia" "nvidia-settings" "procps")
conflicts=("${_pkgname}-git")
+backup=('etc/nfancurve.conf')
install=${_pkgname}.install
source=("${_pkgname}-${pkgver}::https://github.com/nan0s7/${_pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('17f792781cafaaed19de147ecea7e7ba857650d45a7a061b5982b3a2133c1d1f858630c7bd001a3c1dd7e4e052492e3b42cdc852e22c0d56904a07755b6d45a1')