diff options
Diffstat (limited to 'libre/hplip')
-rw-r--r-- | libre/hplip/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/hplip/PKGBUILD b/libre/hplip/PKGBUILD index 74caa2df9..4af2b979a 100644 --- a/libre/hplip/PKGBUILD +++ b/libre/hplip/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 240724 2015-06-13 11:34:08Z andyrtr $ +# $Id: PKGBUILD 243030 2015-08-04 17:12:04Z andyrtr $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> # Maintainer (Arch): Tom Gundersen <teg@jklm.no> # Contributor (Arch): Rémy Oudompheng <remy@archlinux.org> @@ -7,10 +7,10 @@ # Contributor: Jorge López <jorginho@parabola.nu> pkgname=hplip -pkgver=3.15.6 +pkgver=3.15.7 pkgrel=1.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' 'mips64el') +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') @@ -29,7 +29,7 @@ conflicts=(${pkgname}-libre) install=hplip.install source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc} disable_upgrade.patch) -sha1sums=('dba9839d3daf1a2dc464a0d3094ba9b71fea422c' +sha1sums=('f84e33b749ef34939c11b253767686c00ca2c30c' 'SKIP' '4ef1b506ff5930ab841945ae9178f28fca1997ad') validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP <hplip@hp.com> @@ -95,7 +95,7 @@ build() { package() { cd $pkgname-$pkgver - make rulesdir=/usr/lib/udev/rules.d DESTDIR="$pkgdir/" install + make -j1 rulesdir=/usr/lib/udev/rules.d DESTDIR="$pkgdir/" install # remove config provided by sane and autostart of hp-daemon rm -rf "$pkgdir"/etc/{sane.d,xdg} |