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

Andreas Radke andyrtr at archlinux.org
Sat Jun 13 11:34:09 UTC 2015


    Date: Saturday, June 13, 2015 @ 13:34:08
  Author: andyrtr
Revision: 240724

upgpkg: hplip 3.15.6-1

upstream update 3.15.6

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-13 06:54:30 UTC (rev 240723)
+++ PKGBUILD	2015-06-13 11:34:08 UTC (rev 240724)
@@ -5,7 +5,7 @@
 # Contributor: Morgan LEFIEUX <comete at archlinuxfr.org>
 
 pkgname=hplip
-pkgver=3.15.4
+pkgver=3.15.6
 pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet"
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 install=hplip.install
 source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
         disable_upgrade.patch)
-sha1sums=('6670afd4c23ef99782d2a91b5916d429b66b7947'
+sha1sums=('dba9839d3daf1a2dc464a0d3094ba9b71fea422c'
           'SKIP'
           '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
 validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux Imaging and Printing) <hplip at hp.com>
@@ -65,12 +65,11 @@
              --enable-hpijs-install \
              --enable-foomatic-drv-install \
              --enable-pp-build #--help
- make -j1 # 3.15.4 fails parallel build
+ make
 }
 
 package() {
- #cd $pkgname-$pkgver
- cd $pkgname-${pkgver/.a/a}
+ cd $pkgname-$pkgver
  make rulesdir=/usr/lib/udev/rules.d DESTDIR="$pkgdir/" install
  
  # remove config provided by sane and autostart of hp-daemon



More information about the arch-commits mailing list