summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-01-18 18:47:57 -0500
committerAmolith2024-01-18 18:47:57 -0500
commit5eec138480903d83bf3c1252808329a2c873c066 (patch)
tree220c14c87a6c8d81d8ea2ce259be344a0d0b6d4c
parentbe5565856471833d0518ee32953412ea87f5e723 (diff)
downloadaur-5eec138480903d83bf3c1252808329a2c873c066.tar.gz
bump version, move sensors to depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb7fc6b99370..0c7438c8f53c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = watt-wiser-git
pkgdesc = A software energy consumption estimation tool
- pkgver = r75.2088e80
+ pkgver = r112.1130e83
pkgrel = 1
url = https://git.sr.ht/~whereswaldon/watt-wiser
arch = any
@@ -16,7 +16,8 @@ pkgbase = watt-wiser-git
makedepends = libx11
makedepends = libxkbcommon-x11
makedepends = libxcursor
- makedepends = watt-wiser-sensors
+ depends = watt-wiser-sensors
+ depends = xdg-desktop-portal
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 3ce79d6b312e..e45ee1675ff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,11 @@ pkgdesc='A software energy consumption estimation tool'
arch=("any")
url="https://git.sr.ht/~whereswaldon/watt-wiser"
_branch='main'
-pkgver=r75.2088e80
+pkgver=r112.1130e83
pkgrel=1
license=("Unlicense")
-makedepends=("git" "go" "gcc" "libx11" "vulkan-headers" "pkgconf" "wayland" "wayland-protocols" "libx11" "libxkbcommon-x11" "libxcursor" "watt-wiser-sensors")
+makedepends=("git" "go" "gcc" "libx11" "vulkan-headers" "pkgconf" "wayland" "wayland-protocols" "libx11" "libxkbcommon-x11" "libxcursor")
+depends=("watt-wiser-sensors" "xdg-desktop-portal")
source=("$pkgname::git+$url#branch=$_branch")
sha256sums=("SKIP")
provides=($_pkgname)