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

Andreas Radke andyrtr at nymeria.archlinux.org
Sat Mar 9 09:20:07 UTC 2013


    Date: Saturday, March 9, 2013 @ 10:20:06
  Author: andyrtr
Revision: 179659

upgpkg: hplip 3.13.3-1

upstream update 3.13.3

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-09 09:03:22 UTC (rev 179658)
+++ PKGBUILD	2013-03-09 09:20:06 UTC (rev 179659)
@@ -4,7 +4,7 @@
 # Contributor: Morgan LEFIEUX <comete at archlinuxfr.org>
 
 pkgname=hplip
-pkgver=3.13.2
+pkgver=3.13.3
 pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet"
 arch=('i686' 'x86_64')
@@ -27,6 +27,9 @@
 install=hplip.install
 source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
         cups-1.6-buildfix.diff)
+md5sums=('4a378cc08f7a4f131968c0966c1ceb8c'
+         'f37ad6d95a36d7547a2c60374fc4d1ec'
+         'ef64578c6cb3ce252dbdcb0f1c2f4a47')
 
 build() {
  cd "$srcdir/$pkgname-$pkgver"
@@ -37,7 +40,7 @@
  export PYTHON=python2
  
  find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +
- sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' setup.py makeuri.py logcapture.py base/magic.py
+ sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' doctor.py setup.py makeuri.py logcapture.py base/magic.py
  sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' ui/upgradeform.py uninstall.py upgrade.py config_usb_printer.py
  sed -i 's|python ./print.py|python2 ./print.py|' scan.py
  sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py
@@ -88,6 +91,3 @@
  # remove rc script
  rm -rf "$pkgdir"/etc/init.d
 }
-md5sums=('cd7edef6b2df2cdb468b145cd2127e1b'
-         'cc3fc6de33ccf8bfce0bc890e30bd4e1'
-         'ef64578c6cb3ce252dbdcb0f1c2f4a47')




More information about the arch-commits mailing list