summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-02-21 15:46:26 -0500
committerAmolith2024-02-21 15:46:26 -0500
commitf69284e2d677776ff0ec2821fee21bebdcc7e242 (patch)
tree14f2ae93395a22f5bbb7b0a8fd9c94c7f8219560
parentfdb334274d019c0bd4ecfc4cfe5fc8b149238d54 (diff)
downloadaur-f69284e2d677776ff0ec2821fee21bebdcc7e242.tar.gz
Provide -git, depend on -git, conflict with not
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93dafec4dc92..8e41174752aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,10 +15,12 @@ pkgbase = watt-wiser-git
makedepends = libx11
makedepends = libxkbcommon-x11
makedepends = libxcursor
- depends = watt-wiser-sensors
+ depends = watt-wiser-sensors-git
depends = xdg-desktop-portal
- provides = watt-wiser
+ 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
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index db7e6ac6dc4d..ae4b62c57b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ pkgver=r155.3f4d719
pkgrel=1
license=("Unlicense")
makedepends=("git" "go" "gcc" "vulkan-headers" "pkgconf" "wayland" "wayland-protocols" "libx11" "libxkbcommon-x11" "libxcursor")
-depends=("watt-wiser-sensors" "xdg-desktop-portal")
+depends=("watt-wiser-sensors-git" "xdg-desktop-portal")
source=("$pkgname::git+$url#branch=$_branch")
sha256sums=("SKIP")
-provides=($_pkgname)
-conflicts=($_pkgname)
+provides=($pkgname)
+conflicts=("$pkgname" "watt-wiser" "watt-wiser-sensors")
pkgver() {
cd "$pkgname"