summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-01-05 17:01:14 -0500
committerAmolith2024-01-05 17:01:14 -0500
commit188221a22be6c5dabac1e9e02b1d29eb40802918 (patch)
tree6051377097883fa5e93d0b64be6b54e6006883b9
parentfc07571374d5010956414b04f6826a7a0a3a9698 (diff)
downloadaur-188221a22be6c5dabac1e9e02b1d29eb40802918.tar.gz
remove unneeded dep and separate sensors pkg
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47561a6e3a88..8147c535f768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _branch='main'
pkgver=r68.ff39752
pkgrel=1
license=("Unlicense")
-makedepends=("git" "go" "gcc" "libx11" "vulkan-headers" "pkgconf" "wayland" "wayland-protocols" "libx11" "libxkbcommon-x11" "libxcursor" "lm_sensors")
+makedepends=("git" "go" "gcc" "libx11" "vulkan-headers" "pkgconf" "wayland" "wayland-protocols" "libx11" "libxkbcommon-x11" "libxcursor" "watt-wiser-sensors")
source=("$pkgname::git+$url#branch=$_branch")
sha256sums=("SKIP")
provides=($_pkgname)