summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-02-21 16:08:20 -0500
committerAmolith2024-02-21 16:08:20 -0500
commitbd9e44bbeef0d626e6dd24caa4075fd4b7a28116 (patch)
treed738b2d85c1921d229a2ef42c138701c29e64254
parentefd8fca142d259f0fd7a7f4a4664d513cfa952f1 (diff)
downloadaur-bd9e44bbeef0d626e6dd24caa4075fd4b7a28116.tar.gz
Add missing dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4537d45113e5..a655f9c8625f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = watt-wiser-sensors-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 = lm_sensors
provides = watt-wiser-sensors
conflicts = watt-wiser-sensors
conflicts = watt-wiser-git
diff --git a/PKGBUILD b/PKGBUILD
index a4125f77d515..3404ae5185f6 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=("lm_sensors")
sha256sums=('63706f77013f1aeb6b48230e3fa9ed4b67c943f9fc21035cc4d02efd12cbe32a')
sha512sums=('4341f618578ae7a32b381bf16032081727bf5bbdd4c24a595c84b53871b4faa5c00e7f60816ffe2690d062ed68cddb6263dfc792f7c6d5df9807e4aef2ba7165')