summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmolith2024-02-21 15:44:38 -0500
committerAmolith2024-02-21 15:44:38 -0500
commitd8fd08dca0eada1c31ce93e10fc6ccb4a76139f5 (patch)
tree5815d6a7c3ef91f25616b3bf766527bf980611c3 /PKGBUILD
parent9aa65da867da093d1e4e57178617d3fc0b267909 (diff)
downloadaur-d8fd08dca0eada1c31ce93e10fc6ccb4a76139f5.tar.gz
Conflict with -git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec0016624f05..37689930f5b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgdesc='A software energy consumption estimation tool'
arch=("any")
url="https://git.sr.ht/~whereswaldon/watt-wiser"
pkgver=v0.0.4
-pkgrel=1
+pkgrel=2
license=("Unlicense")
makedepends=("go" "gcc" "vulkan-headers" "pkgconf" "wayland" "wayland-protocols" "libx11" "libxkbcommon-x11" "libxcursor")
depends=("watt-wiser-sensors" "xdg-desktop-portal")
provides=($pkgname)
-conflicts=($pkgname)
+conflicts=("$pkgname" "watt-wiser-git" "watt-wiser-sensors-git")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('1e03f78d148ceb5909d877c883130dcafeb260e298c7ad9ae0d9ad80ae0d8980')