summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-02-21 16:02:50 -0500
committerAmolith2024-02-21 16:02:50 -0500
commit690bd6274fa1ee09df5e5ff5b19fc6b7e028f99f (patch)
treee3fdcd4717e5073a244558478b49f27af6e39472
parentb4f51f7c02c4eba7096f27f944e5492af4c7a8e6 (diff)
downloadaur-690bd6274fa1ee09df5e5ff5b19fc6b7e028f99f.tar.gz
Remove self-conflict
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fba91e8c127..8ce533a530f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = watt-wiser-sensors-git
pkgdesc = A software energy consumption estimation tool
pkgver = r155.3f4d719
- pkgrel = 2
+ pkgrel = 3
url = https://git.sr.ht/~whereswaldon/watt-wiser
arch = any
license = Unlicense
@@ -10,7 +10,6 @@ pkgbase = watt-wiser-sensors-git
makedepends = gcc
makedepends = lm_sensors
provides = watt-wiser-sensors-git
- conflicts = watt-wiser-sensors-git
conflicts = watt-wiser-sensors
conflicts = watt-wiser
source = watt-wiser::git+https://git.sr.ht/~whereswaldon/watt-wiser#branch=main
diff --git a/PKGBUILD b/PKGBUILD
index bb576d76dcaf..e98cd54bd49f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ arch=("any")
url="https://git.sr.ht/~whereswaldon/$_repo"
_branch='main'
pkgver=r155.3f4d719
-pkgrel=2
+pkgrel=3
license=("Unlicense")
makedepends=("git" "go" "gcc" "lm_sensors")
source=("$_repo::git+$url#branch=$_branch")
sha256sums=("SKIP")
provides=($pkgname)
-conflicts=("$pkgname" "watt-wiser-sensors" "watt-wiser")
+conflicts=("watt-wiser-sensors" "watt-wiser")
pkgver() {
cd "$_repo"