summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-22 16:03:04 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-22 16:03:04 -0300
commit5ecc336aa6e041453943b4d4abc32d87db83403c (patch)
tree1cb5947ceab070b3b86e63d34274b18727b58d58 /libre
parent3078243926bb7e8123ffd9f1e648b624d811c8e9 (diff)
downloadabslibre-5ecc336aa6e041453943b4d4abc32d87db83403c.tar.gz
abslibre-5ecc336aa6e041453943b4d4abc32d87db83403c.tar.bz2
abslibre-5ecc336aa6e041453943b4d4abc32d87db83403c.zip
hplip-libre-3.14.3-2: fix FS#39587 => https://bugs.archlinux.org/task/39587
Diffstat (limited to 'libre')
-rw-r--r--libre/hplip-libre/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/hplip-libre/PKGBUILD b/libre/hplip-libre/PKGBUILD
index c382d2661..e23e00fa4 100644
--- a/libre/hplip-libre/PKGBUILD
+++ b/libre/hplip-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 208088 2014-03-17 17:40:46Z andyrtr $
+# $Id: PKGBUILD 208337 2014-03-22 17:39:33Z andyrtr $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor : Rémy Oudompheng <remy@archlinux.org>
# Contributor: Morgan LEFIEUX <comete@archlinuxfr.org>
@@ -7,7 +7,7 @@
_pkgname=hplip
pkgname=hplip-libre
pkgver=3.14.3
-pkgrel=1
+pkgrel=2
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')
url="http://hplipopensource.com"
@@ -70,6 +70,7 @@ prepare() {
sed -i 's|python ./setup.py|python2 ./setup.py|' ui4/devmgr5.py ui4/nodevicesdialog.py
sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
+ sed -i 's|/usr/bin/python|/usr/bin/python2|' data/rules/hplip-printer@.service
# disable insecure update - https://bugs.archlinux.org/task/38083
patch -Np0 -i ${srcdir}/disable_upgrade.patch