Date: Sunday, August 19, 2018 @ 10:04:05 Author: andyrtr Revision: 332645
upgpkg: hplip 1:3.18.6-1 downgrade to 3.18.6 due to major printing issues caused by new binary blob libImageProcessor.so - FS#59681 Modified: hplip/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-19 10:02:46 UTC (rev 332644) +++ PKGBUILD 2018-08-19 10:04:05 UTC (rev 332645) @@ -5,8 +5,9 @@ # Contributor: Morgan LEFIEUX <[email protected]> pkgname=hplip -pkgver=3.18.7 -pkgrel=3 +pkgver=3.18.6 +pkgrel=1 +epoch=1 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet" arch=('x86_64') url="http://hplipopensource.com" @@ -31,7 +32,7 @@ 0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch fix_install.patch python.patch) -sha1sums=('bb40807ac77fb9b1f6d80a53d5409a22f5d2d197' +sha1sums=('2a7c64595099c50e6c665260f4de7a7106e0b3fc' 'SKIP' '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e' '2ef86972ab51c0fdcb8bfc653b9f6f69459449a5' @@ -51,9 +52,9 @@ # fix some handling unicode file names FS#58412 patch -Np1 -i ${srcdir}/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch # fix installation of missing library - FS#59548 - patch -Np1 -i ${srcdir}/fix_install.patch +# patch -Np1 -i ${srcdir}/fix_install.patch # fix python issue - FS#59548 - patch -Np1 -i ${srcdir}/python.patch +# patch -Np1 -i ${srcdir}/python.patch export AUTOMAKE='automake --foreign' autoreconf --force --install
