summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2018-09-16 20:26:45 +0200
committerSefa Eyeoglu2018-09-16 20:26:45 +0200
commit1aaba9b4f48960759856a97fec66f1f2f15e0e0b (patch)
tree1bf2375ecd59a2a0e469c502e8fa0984cdaff3f7
parent1432e200315d3de21d469d445e50fe125405d0bd (diff)
downloadaur-1aaba9b4f48960759856a97fec66f1f2f15e0e0b.tar.gz
Fix conflicts field
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9aa0e5177b3..959983725cba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nfancurve-git
pkgdesc = A small and lightweight Bash script for using a custom fan curve in Linux for NVIDIA GPUs
pkgver = v016.r12.gea6fcf8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nan0s7/nfancurve
install = nfancurve.install
arch = any
@@ -11,7 +11,7 @@ pkgbase = nfancurve-git
depends = nvidia
depends = nvidia-settings
depends = procps
- conflicts = nfancurve-git
+ conflicts = nfancurve
source = nfancurve::git+https://github.com/nan0s7/nfancurve.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 58d0156262ac..ab7e0b02096b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nfancurve
pkgname=${_pkgname}-git
pkgver=v016.r12.gea6fcf8
-pkgrel=1
+pkgrel=2
pkgdesc="A small and lightweight Bash script for using a custom fan curve in Linux for NVIDIA GPUs"
arch=("any")
@@ -12,7 +12,7 @@ license=("GPL3")
depends=("bash" "nvidia" "nvidia-settings" "procps")
makedepends=("git")
-conflicts=("${_pkgname}-git")
+conflicts=("${_pkgname}")
install=${_pkgname}.install