diff options
author | root <root@rshg054.dnsready.net> | 2013-06-02 00:52:43 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-02 00:52:43 -0700 |
commit | 8831500349d38b0b1afcb74ada3f6878c31fb6ef (patch) | |
tree | f8ac5b9b66a8dd74a6c6ca07380e5310d61a0b3a /extra/system-config-printer | |
parent | c0d441a203fe115f12c4db3d9753e16cc5a73b58 (diff) |
Sun Jun 2 00:52:37 PDT 2013
Diffstat (limited to 'extra/system-config-printer')
-rw-r--r-- | extra/system-config-printer/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/system-config-printer/PKGBUILD b/extra/system-config-printer/PKGBUILD index f9b67dff1..c2f2c9b30 100644 --- a/extra/system-config-printer/PKGBUILD +++ b/extra/system-config-printer/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 186486 2013-05-27 16:33:02Z eric $ +# $Id: PKGBUILD 186929 2013-06-01 08:46:45Z andrea $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=system-config-printer pkgver=1.4.1 -pkgrel=2 +pkgrel=3 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=('pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 'libusb-compat' - 'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'dbus-glib' 'gtk3') +depends=('pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 'dbus-glib' + 'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'gtk3') makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils') optdepends=('gnome-keyring: password management') replaces=('system-config-printer-common' 'system-config-printer-gnome') |