wicd: s/python-gobject2/pygobject2/g; revbump++
This commit is contained in:
parent
bbfd3eb5d1
commit
226596b3d6
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wicd'
|
||||
pkgname=wicd
|
||||
version=1.7.2.4
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="dhcpcd wpa_supplicant wireless_tools ethtool dbus-glib dbus-python
|
||||
rfkill pygobject2 python-urwid>=0.9.9 python-distribute python-babel"
|
||||
short_desc="Open source wired and wireless network manager"
|
||||
|
@ -71,7 +71,7 @@ wicd-gtk_package() {
|
|||
|
||||
wicd_package() {
|
||||
noarch=yes
|
||||
depends="dbus-glib dhcpcd ethtool net-tools dbus-python python-gobject2 python-urwid
|
||||
depends="dbus-glib dhcpcd ethtool net-tools dbus-python pygobject2 python-urwid
|
||||
rfkill wireless_tools wpa_supplicant"
|
||||
pycompile_module="wicd"
|
||||
pycompile_dirs="usr/lib/wicd usr/share/wicd"
|
||||
|
|
Loading…
Reference in New Issue