summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')