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

Andreas Radke andyrtr at nymeria.archlinux.org
Wed Mar 5 19:15:57 UTC 2014


    Date: Wednesday, March 5, 2014 @ 20:15:57
  Author: andyrtr
Revision: 206910

upgpkg: hplip 3.14.1-2

- fix deps for libusb, python2-pyqt4 FS#39128
- add note about hplip-plugin in AUR

Modified:
  hplip/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-05 19:14:12 UTC (rev 206909)
+++ PKGBUILD	2014-03-05 19:15:57 UTC (rev 206910)
@@ -5,7 +5,7 @@
 
 pkgname=hplip
 pkgver=3.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com"
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('python2' 'ghostscript>=8.64-6' 'foomatic-db' 'foomatic-db-engine'
 	 'net-snmp>=5.7.1' 'wget')
-makedepends=('python2-pyqt' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 'libusbx')
+makedepends=('python2-pyqt4' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 'libusb')
 optdepends=('cups: for printing support'
             'python2-dbus: for dbus support'
             'sane: for scanner support'
@@ -20,10 +20,10 @@
             '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-pyqt4: for running hp-toolbox'
             'python2-gobject2: for running hp-toolbox'
-            'hplip-plugin: binary blobs for specific devices'
-            'libusbx: for advanced usb support')
+            'hplip-plugin: binary blobs for specific devices (AUR) or run hp-setup to download the plugin'
+            'libusb: for advanced usb support')
 install=hplip.install
 source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
         disable_upgrade.patch)




More information about the arch-commits mailing list