summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-02-21 15:45:10 -0500
committerAmolith2024-02-21 15:45:10 -0500
commit86224e27e9e34fe6f1836b516d5dce3ea3bf1085 (patch)
tree8f9be1bfa75873d621b519d45af1e47f964d7e40
parent0994d5ab7f9e5f6c0b1a5abe11fccd1e6e0c17bb (diff)
downloadaur-86224e27e9e34fe6f1836b516d5dce3ea3bf1085.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 60271185e607..0ec743780456 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = watt-wiser-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
conflicts = watt-wiser
+ 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 9273e5cbc474..cd8baa0ec6d5 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')