summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-02-21 16:06:54 -0500
committerAmolith2024-02-21 16:06:54 -0500
commit4ae1698373816dcd1be7c0303db3224825a90da0 (patch)
treea818a809d8c31628c1aba98298fd3dc7c2475e45
parent641653d4b734faf32740bf1d3dc4653b11809136 (diff)
downloadaur-4ae1698373816dcd1be7c0303db3224825a90da0.tar.gz
Add missing deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d72f5c3709cb..fe6d09000d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = watt-wiser-bin
pkgdesc = A software energy consumption estimation tool
pkgver = v0.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wattwisegames/watt-wiser
arch = any
license = Unlicense
+ depends = watt-wiser-sensors
+ depends = xdg-desktop-portal
provides = watt-wiser
conflicts = watt-wiser
conflicts = watt-wiser-git
diff --git a/PKGBUILD b/PKGBUILD
index 9b18a5e6a701..661b2d26c30f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@ _pkgname=${pkgname%-bin}
pkgdesc="A software energy consumption estimation tool"
_repo="watt-wiser"
pkgver=v0.0.6
-pkgrel=1
+pkgrel=2
arch=("any")
url="https://github.com/wattwisegames/$_repo"
source=("${_repo}-${pkgver}-linux.tar.xz"::"${url}/releases/download/${pkgver}/${_repo}-${pkgver}-linux.tar.xz")
license=("Unlicense")
provides=($_pkgname)
conflicts=("$_pkgname" "watt-wiser-git" "watt-wiser-sensors-git")
+depends=("watt-wiser-sensors" "xdg-desktop-portal")
sha256sums=('63706f77013f1aeb6b48230e3fa9ed4b67c943f9fc21035cc4d02efd12cbe32a')
sha512sums=('4341f618578ae7a32b381bf16032081727bf5bbdd4c24a595c84b53871b4faa5c00e7f60816ffe2690d062ed68cddb6263dfc792f7c6d5df9807e4aef2ba7165')