[arch-commits] Commit in hplip/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Nov 6 09:09:09 UTC 2016


    Date: Sunday, November 6, 2016 @ 09:09:08
  Author: andyrtr
Revision: 279878

upgpkg: hplip 3.16.10-2

make wget an optional dep; FS#51388

Modified:
  hplip/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-06 05:09:22 UTC (rev 279877)
+++ PKGBUILD	2016-11-06 09:09:08 UTC (rev 279878)
@@ -6,12 +6,12 @@
 
 pkgname=hplip
 pkgver=3.16.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com"
 license=('GPL')
-depends=('python-dbus' 'ghostscript' 'net-snmp' 'wget' 'foomatic-db-engine')
+depends=('python-dbus' 'ghostscript' 'net-snmp' 'foomatic-db-engine')
 makedepends=('python-pyqt5' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
 optdepends=('cups: for printing support'
             'sane: for scanner support'
@@ -22,7 +22,8 @@
             'python-pyqt5: for running GUI and hp-toolbox'
             'python-gobject: for running hp-toolbox'
             'hplip-plugin: binary blobs for specific devices (AUR) or run hp-setup to download the plugin'
-            'libusb: for advanced usb support')
+            'libusb: for advanced usb support'
+            'wget: for network support')
 backup=('etc/hp/hplip.conf' 'etc/sane.d/dll.d/hpaio')
 source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
         disable_upgrade.patch



More information about the arch-commits mailing list