summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmolith2024-02-21 16:02:29 -0500
committerAmolith2024-02-21 16:02:29 -0500
commitcab83250b8a6ccd228c2eddbdfd839e8556d79b8 (patch)
tree3390712877e6ccf6135d85159385e5d8ffc1c148 /PKGBUILD
parentf69284e2d677776ff0ec2821fee21bebdcc7e242 (diff)
downloadaur-cab83250b8a6ccd228c2eddbdfd839e8556d79b8.tar.gz
Remove self-conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"