Date: Monday, February 16, 2015 @ 21:11:31 Author: andyrtr Revision: 231620
upgpkg: system-config-printer 1.5.5-2 remove unneeded python-gobject2 dep; FS#42707 Modified: system-config-printer/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-16 19:55:20 UTC (rev 231619) +++ PKGBUILD 2015-02-16 20:11:31 UTC (rev 231620) @@ -4,12 +4,12 @@ pkgname=system-config-printer pkgver=1.5.5 -pkgrel=1 +pkgrel=2 pkgdesc="A CUPS printer configuration tool and status applet" url="http://cyberelk.net/tim/software/system-config-printer/" arch=('i686' 'x86_64') license=('GPL') -depends=('python-pycups' 'python-dbus' 'python-pycurl' 'python-gobject2' 'libnotify' +depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify' 'python-requests' 'python-gobject' 'gtk3' 'python-cairo') makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils') optdepends=('libgnome-keyring: password management'
