summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-02-21 16:02:29 -0500
committerAmolith2024-02-21 16:02:29 -0500
commitcab83250b8a6ccd228c2eddbdfd839e8556d79b8 (patch)
tree3390712877e6ccf6135d85159385e5d8ffc1c148
parentf69284e2d677776ff0ec2821fee21bebdcc7e242 (diff)
downloadaur-cab83250b8a6ccd228c2eddbdfd839e8556d79b8.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 8e41174752aa..563219e6ff71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = watt-wiser-git
pkgdesc = A software energy consumption estimation tool
pkgver = r155.3f4d719
- pkgrel = 1
+ pkgrel = 2
url = https://git.sr.ht/~whereswaldon/watt-wiser
arch = any
license = Unlicense
@@ -18,7 +18,6 @@ pkgbase = watt-wiser-git
depends = watt-wiser-sensors-git
depends = xdg-desktop-portal
provides = watt-wiser-git
- conflicts = watt-wiser-git
conflicts = watt-wiser
conflicts = watt-wiser-sensors
source = watt-wiser-git::git+https://git.sr.ht/~whereswaldon/watt-wiser#branch=main
diff --git a/PKGBUILD b/PKGBUILD
index ae4b62c57b54..f391b07e10a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ arch=("any")
url="https://git.sr.ht/~whereswaldon/watt-wiser"
_branch='main'
pkgver=r155.3f4d719
-pkgrel=1
+pkgrel=2
license=("Unlicense")
makedepends=("git" "go" "gcc" "vulkan-headers" "pkgconf" "wayland" "wayland-protocols" "libx11" "libxkbcommon-x11" "libxcursor")
depends=("watt-wiser-sensors-git" "xdg-desktop-portal")
source=("$pkgname::git+$url#branch=$_branch")
sha256sums=("SKIP")
provides=($pkgname)
-conflicts=("$pkgname" "watt-wiser" "watt-wiser-sensors")
+conflicts=("watt-wiser" "watt-wiser-sensors")
pkgver() {
cd "$pkgname"