summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schiff2021-05-10 14:33:37 -0400
committerEli Schiff2021-05-10 14:33:37 -0400
commitdfac53503fe5e22879a79f85e21990e42d5b17e7 (patch)
treeec3b75997d2d0da5e6abb79fa040098115fd909f /PKGBUILD
parent787f9d97e4938cdd5729cde7526500a91eee73af (diff)
downloadaur-dfac53503fe5e22879a79f85e21990e42d5b17e7.tar.gz
Switch dependency for python2-dbus to python-dbus-common for wicd gtk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3dd76f894998..e9c178deb782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ build() {
package_wicd-git() {
pkgdesc="Wired and wireless network manager for Linux"
- depends=('python2' 'python2-dbus' 'dhcpcd' 'wpa_supplicant' 'wireless_tools'
+ depends=('python2' 'python-dbus-common' 'dhcpcd' 'wpa_supplicant' 'wireless_tools'
'inetutils' 'net-tools' 'ethtool' 'shared-mime-info' 'python2-urwid' 'python2-gobject2' 'dbus-glib' 'rfkill')
optdepends=('wicd-gtk: needed if you want the GTK interface')
provides=("wicd")