summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Majewski2021-04-22 23:25:41 +0200
committerKevin Majewski2021-04-22 23:25:41 +0200
commit14568bdba51a81d22093aa1561e08e71da2dad92 (patch)
treef4846cbfd21c1c48e680726b288d522e314e4526 /PKGBUILD
parentd57a006398ad022878558bc37185d9b3fa10222f (diff)
downloadaur-14568bdba51a81d22093aa1561e08e71da2dad92.tar.gz
fix depends and checkdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f85f81afba5..243b66eacda5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgdesc="Makes power profiles handling available over D-Bus"
url="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
license=(GPL3)
arch=(x86_64)
-depends=('libgudev' 'systemd')
+depends=('systemd' 'upower')
makedepends=('git' 'meson')
-checkdepends=('umockdev')
+checkdepends=('python-dbusmock' 'python-pylint' 'umockdev')
_commit=c4837945927c10ea82ec1c76bead6e5601a8e64d
source=("git+https://gitlab.freedesktop.org/hadess/power-profiles-daemon.git#commit=$_commit")
b2sums=('SKIP')