summaryrefslogtreecommitdiff
path: root/libre/hplip
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-07 16:26:53 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-07 16:26:53 -0300
commit59c501f43e2af9a5cf4c8ffb603acea7b509ad25 (patch)
tree8b241367ce3284811ada30f01703314dd0af55fa /libre/hplip
parent1132f7b1a04a3cb38a157263a9e52ee8c47305e8 (diff)
hplip-3.16.2-2.parabola1: python-dbus is a required runtime dependency - FS#48453 -> https://bugs.archlinux.org/task/48453
Diffstat (limited to 'libre/hplip')
-rw-r--r--libre/hplip/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/libre/hplip/PKGBUILD b/libre/hplip/PKGBUILD
index 752af5e38..af7b5b4f9 100644
--- a/libre/hplip/PKGBUILD
+++ b/libre/hplip/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 259077 2016-02-11 21:00:26Z andyrtr $
+# $Id: PKGBUILD 261170 2016-03-07 16:00:06Z andyrtr $
# Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org>
# Maintainer (Arch): Tom Gundersen <teg@jklm.no>
# Contributor (Arch): Rémy Oudompheng <remy@archlinux.org>
@@ -9,15 +9,14 @@
pkgname=hplip
pkgver=3.16.2
-pkgrel=1.parabola1
+pkgrel=2.parabola1
pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet, without printers with nonfree drivers support and hplip-plugin binary blobs recommendation (Parabola rebranded)"
arch=('i686' 'x86_64')
url="http://hplipopensource.com"
license=('GPL')
-depends=('python' 'ghostscript>=8.64-6' 'net-snmp>=5.7.1' 'wget' 'foomatic-db-engine')
+depends=('python-dbus' 'ghostscript>=8.64-6' 'net-snmp>=5.7.1' 'wget' 'foomatic-db-engine')
makedepends=('python-pyqt4' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
optdepends=('cups: for printing support'
- 'python-dbus: for dbus support'
'sane: for scanner support'
'xsane: sane scanner frontend'
'python-pillow: for commandline scanning support'