summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-02-21 15:47:37 -0500
committerAmolith2024-02-21 15:47:37 -0500
commit898ae33942a15a8a27101ec00b36210675722bda (patch)
treee1573acb1f7a152ac014faf186818f844cadd6ce
parent046ead37ce0fc499c0c07f2ae7985dbb23577671 (diff)
downloadaur-898ae33942a15a8a27101ec00b36210675722bda.tar.gz
Conflict with -git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50f15f02989b..c19e2aa60a76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = watt-wiser-sensors-bin
pkgdesc = A software energy consumption estimation tool
pkgver = v0.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wattwisegames/watt-wiser
arch = any
license = Unlicense
provides = watt-wiser-sensors
conflicts = watt-wiser-sensors
+ conflicts = watt-wiser-git
+ conflicts = watt-wiser-sensors-git
source = watt-wiser-v0.0.4-linux.tar.xz::https://github.com/wattwisegames/watt-wiser/releases/download/v0.0.4/watt-wiser-v0.0.4-linux.tar.xz
sha256sums = 7c8bf25b0ba4f166387a922ffbd860404e65d312a14c8efa7bd64f991ff7e146
diff --git a/PKGBUILD b/PKGBUILD
index 2048eeeb1641..fb0bc50aa2d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ _pkgname=${pkgname%-bin}
pkgdesc="A software energy consumption estimation tool"
_repo="watt-wiser"
pkgver="v0.0.4"
-pkgrel=1
+pkgrel=2
arch=("any")
url="https://github.com/wattwisegames/$_repo"
source=("${_repo}-${pkgver}-linux.tar.xz"::"${url}/releases/download/${pkgver}/${_repo}-${pkgver}-linux.tar.xz")
license=("Unlicense")
provides=($_pkgname)
-conflicts=($_pkgname)
+conflicts=("$_pkgname" "watt-wiser-git" "watt-wiser-sensors-git")
sha256sums=('7c8bf25b0ba4f166387a922ffbd860404e65d312a14c8efa7bd64f991ff7e146')