diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-18 17:59:31 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-18 17:59:31 -0200 |
commit | a852a046d163f0019fb599c818f8f442621e423e (patch) | |
tree | 8fe07aed7ad9b1b8d6063542ba00335ed2709be5 /libre/hplip-libre | |
parent | 61589d8d27195b3e3330b067654b67449c88e241 (diff) | |
download | abslibre-a852a046d163f0019fb599c818f8f442621e423e.tar.gz abslibre-a852a046d163f0019fb599c818f8f442621e423e.tar.bz2 abslibre-a852a046d163f0019fb599c818f8f442621e423e.zip |
hplip-libre-3.13.10-2: add optional dep on python2-reportlab; FS#37382 => https://bugs.archlinux.org/task/37382
Diffstat (limited to 'libre/hplip-libre')
-rw-r--r-- | libre/hplip-libre/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/hplip-libre/PKGBUILD b/libre/hplip-libre/PKGBUILD index 789d5ea46..e607686a3 100644 --- a/libre/hplip-libre/PKGBUILD +++ b/libre/hplip-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 196599 2013-10-15 15:40:43Z andyrtr $ +# $Id: PKGBUILD 196769 2013-10-18 13:50:49Z andyrtr $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor : Rémy Oudompheng <remy@archlinux.org> # Contributor: Morgan LEFIEUX <comete@archlinuxfr.org> @@ -7,7 +7,7 @@ _pkgname=hplip pkgname=hplip-libre pkgver=3.13.10 -pkgrel=1 +pkgrel=2 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet, without hplip-plugin binary blobs recommendation" arch=('i686' 'x86_64') url="http://hplipopensource.com" @@ -20,6 +20,7 @@ optdepends=('cups: for printing support' 'sane: for scanner support' 'python2-pillow: for commandline scanning support' 'python2-notify: for Desktop notification support' + 'python2-reportlab: for pdf output in hp-scan' 'rpcbind: for network support' 'python2-pyqt: for running hp-toolbox' 'python2-gobject2: for running hp-toolbox' |