Date: Thursday, June 21, 2012 @ 16:16:19 Author: andyrtr Revision: 162130
upgpkg: hplip 3.12.6-1 upstream update 3.12.6 Modified: hplip/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-21 16:20:53 UTC (rev 162129) +++ PKGBUILD 2012-06-21 20:16:19 UTC (rev 162130) @@ -4,15 +4,15 @@ # Contributor: Morgan LEFIEUX <[email protected]> pkgname=hplip -pkgver=3.12.4 -pkgrel=4 +pkgver=3.12.6 +pkgrel=1 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet" arch=('i686' 'x86_64') url="http://hplipopensource.com" license=('GPL') depends=('python2' 'ghostscript>=8.64-6' 'foomatic-db' 'foomatic-db-engine' 'net-snmp>=5.7.1') -makedepends=('python2-pyqt' 'python2-gobject2' 'sane' 'rpcbind' 'cups') +makedepends=('python2-pyqt' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 'libusbx') optdepends=('cups: for printing support' 'dbus-python: for dbus support' 'sane: for scanner support' @@ -21,12 +21,13 @@ 'rpcbind: for network support' 'python2-pyqt: for running hp-toolbox' 'python2-gobject2: for running hp-toolbox' - 'hplip-plugin: binary blobs for specific devices') + 'hplip-plugin: binary blobs for specific devices' + 'libusbx: for advanced usb support') options=('!libtool') install=hplip.install source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}) -md5sums=('a063f76aa47edab55a3f31ff2558df07' - '2fe18f4091afb3dec200271dc7836128') +md5sums=('5303938e8630775ea6fb383af85775e5' + 'b562457e4c713d8609b3d6dd2be10baf') build() { cd "$srcdir/$pkgname-$pkgver" @@ -66,7 +67,7 @@ --enable-hpijs-install \ --enable-foomatic-drv-install \ --enable-pp-build \ - --enable-udev-acl-rules + --enable-udev-acl-rules #--help make }
