summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortinywrkb2021-08-27 03:37:48 +0300
committertinywrkb2021-08-27 03:37:48 +0300
commit8cbf3595d9e5dc0c927a47c27638d27a97eeda71 (patch)
tree91a20ddd05e7d2a91b601444d134d60fc20a95a2 /PKGBUILD
parenta8bc41f3d2342c8a9eb2d8e74097f40357546707 (diff)
downloadaur-power-profiles-daemon.tar.gz
bump to 0.9.0-3: add missing checkdepends and update depends
Add missing checkdpends: * python-isort * python-mccabe Update depends: * Remove systemd, it's as depedency of upower. * Add python.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29eb4bd0e0e3..8dc8913af984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=power-profiles-daemon
pkgver=0.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="Makes power profiles handling available over D-Bus"
url="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
license=(GPL3)
arch=(x86_64)
-depends=('systemd' 'upower')
+depends=('python' 'upower')
makedepends=('git' 'meson')
-checkdepends=('python-dbusmock' 'python-pylint' 'umockdev')
+checkdepends=('python-dbusmock' 'python-isort' 'python-mccabe' 'python-pylint' 'umockdev')
_commit=30d85f1e9e274e75add4ecaa46795126acafb29d # tags/0.9.0
source=("git+https://gitlab.freedesktop.org/hadess/power-profiles-daemon.git#commit=$_commit")
b2sums=('SKIP')