summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-10-06 11:25:05 -0600
committerMark Wagie2021-10-06 11:25:05 -0600
commit37c5fc5db366f9e276e6c5b87a1e7574c66ea4e4 (patch)
treee928a0fd7f1a5c3073c4bc42d53afd41b53e1234 /PKGBUILD
parent7766b5e7a50b074b1d69968d6e70ef8d8ca5de52 (diff)
downloadaur-37c5fc5db366f9e276e6c5b87a1e7574c66ea4e4.tar.gz
adjust dependency name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31a08fdb7ca4..459d41266ba7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Application for the performance management of Intel processors"
arch=('any')
url="https://slimbook.es"
license=('GPL2')
-depends=('gtk3' 'intel-undervolt' 'libnotify' 'pciutils' 'python-dbus' 'python-gobject'
+depends=('dbus-python' 'gtk3' 'intel-undervolt' 'libnotify' 'pciutils' 'python-gobject'
'python-pillow' 'systemd-libs')
optdepends=('libappindicator-gtk3: tray icon')
install="$pkgname.install"