summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-01-05 17:01:14 -0500
committerAmolith2024-01-05 17:03:10 -0500
commit227e71cf338047a54e901cbc482e9263ed834d80 (patch)
treed320058b24e911d28ba848017dee7f0c3ded314d
parent188221a22be6c5dabac1e9e02b1d29eb40802918 (diff)
downloadaur-227e71cf338047a54e901cbc482e9263ed834d80.tar.gz
bump rel and update SRCINFO
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d7358baabe8..3c5db3208b1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = watt-wiser-git
pkgdesc = A software energy consumption estimation tool
pkgver = r68.ff39752
- pkgrel = 1
+ pkgrel = 2
url = https://git.sr.ht/~whereswaldon/watt-wiser
arch = any
license = Unlicense
@@ -16,7 +16,7 @@ pkgbase = watt-wiser-git
makedepends = libx11
makedepends = libxkbcommon-x11
makedepends = libxcursor
- makedepends = lm_sensors
+ makedepends = watt-wiser-sensors
provides = watt-wiser
conflicts = watt-wiser
source = watt-wiser-git::git+https://git.sr.ht/~whereswaldon/watt-wiser#branch=main
diff --git a/PKGBUILD b/PKGBUILD
index 8147c535f768..2b4538c32bb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=("any")
url="https://git.sr.ht/~whereswaldon/watt-wiser"
_branch='main'
pkgver=r68.ff39752
-pkgrel=1
+pkgrel=2
license=("Unlicense")
makedepends=("git" "go" "gcc" "libx11" "vulkan-headers" "pkgconf" "wayland" "wayland-protocols" "libx11" "libxkbcommon-x11" "libxcursor" "watt-wiser-sensors")
source=("$pkgname::git+$url#branch=$_branch")