summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schiff2021-05-10 15:00:20 -0400
committerEli Schiff2021-05-10 15:00:20 -0400
commitec4fafcb19d7e6a5c8cedf0b0fc8f83808e149e2 (patch)
tree5686ddb4fd7c9edbe45dfad6a0dedc34637393a5 /PKGBUILD
parented6533bae12651ea3cb1511e13bb5af54e3312bd (diff)
downloadaur-ec4fafcb19d7e6a5c8cedf0b0fc8f83808e149e2.tar.gz
Reverted changes that did not fix the python2-dbus dependency issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9c178deb782..d7027fe3ff39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
arch=('x86_64')
url="http://wicd.sourceforge.net/"
license=('GPL2')
-depends=('python2' 'python-dbus-common' 'dhcpcd' 'wpa_supplicant' 'wireless_tools' 'pm-utils'
+depends=('python2' 'python2-dbus' 'dhcpcd' 'wpa_supplicant' 'wireless_tools' 'pm-utils'
'inetutils' 'net-tools' 'ethtool' 'shared-mime-info' 'python2-urwid' 'python2-gobject2' 'dbus-glib' 'rfkill')
makedepends=('git' 'python2-babel' 'python2-setuptools' 'gettext' 'pygtk')
optdepends=('wicd-client-kde: needed if you want to use kde ui')
@@ -63,7 +63,7 @@ build() {
package_wicd-git() {
pkgdesc="Wired and wireless network manager for Linux"
- depends=('python2' 'python-dbus-common' 'dhcpcd' 'wpa_supplicant' 'wireless_tools'
+ depends=('python2' 'python2-dbus' '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")