summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-02-21 15:13:53 -0500
committerAmolith2024-02-21 15:17:13 -0500
commit2f54aeabda33b73bfc37f06fc110e62beeb695a7 (patch)
tree9946037cfc9117306a2ec8f4b0256bc8998622ff
parent55715abd8b118d7370d186e4883b6a9aa52b23f4 (diff)
downloadaur-2f54aeabda33b73bfc37f06fc110e62beeb695a7.tar.gz
Depend on correct watt-wiser-sensors pkg
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7aaecb83711d..1b3027fe039a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = watt-wiser-git
makedepends = libx11
makedepends = libxkbcommon-x11
makedepends = libxcursor
- depends = watt-wiser-sensors-git
+ depends = watt-wiser-sensors
depends = xdg-desktop-portal
provides = watt-wiser
conflicts = watt-wiser
diff --git a/PKGBUILD b/PKGBUILD
index 79e82ac0dd15..aacc62253683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=r137.336cc55
pkgrel=1
license=("Unlicense")
makedepends=("git" "go" "gcc" "vulkan-headers" "pkgconf" "wayland" "wayland-protocols" "libx11" "libxkbcommon-x11" "libxcursor")
-depends=("watt-wiser-sensors-git" "xdg-desktop-portal")
+depends=("watt-wiser-sensors" "xdg-desktop-portal")
source=("$pkgname::git+$url#branch=$_branch")
sha256sums=("SKIP")
provides=($_pkgname)