diff options
-rw-r--r-- | libre/hplip/PKGBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/libre/hplip/PKGBUILD b/libre/hplip/PKGBUILD index 256b8cca4..353ee981a 100644 --- a/libre/hplip/PKGBUILD +++ b/libre/hplip/PKGBUILD @@ -6,10 +6,11 @@ # Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info> # Contributor (Hyperbola): Jorge López <jorginho@hyperbola.info> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> +# Maintainer: David P. <megver83@parabola.nu> pkgname=hplip -pkgver=3.19.12 -pkgrel=1 +pkgver=3.20.3 +pkgrel=2 pkgrel+=.par1 epoch=1 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet" @@ -38,7 +39,7 @@ source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.a 0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch python3.diff) -sha512sums=('5552cd717ae082ee55cdb77d79e8d035d8ecb7cf23c79d659fda43468d8ed414a33c4d869eab4ab83dee836f0d1cceb74c3c4a249e26f904a5ab2350e08a5677' +sha512sums=('a397eb3896292ac956a1969b76707af62c866e47d88148fa75b68574e4639283f7414a2c77e6854c5d22daea49181d4f1bc2daf11fb3058372ff084d591696f1' 'SKIP' 'f0cf2774e53070406e89614b748e3c45079be889b83d5854340b92093643f6f8b332d6b6e617884d2bdcbef667a84ee5741b07c5fb080bb04925bb454af448d1' '22aeb5b851f78bc6bc62e0bc3da99fecaf42d7604af41e2f3343f8d3666541f7b06b7d1a7d0ddf24f1731ac7b12dfe582375a98e3b94dfa323d6ce954549ca67' @@ -121,4 +122,8 @@ package() { # add mixed license file install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 COPYING + + # Compile Python bytecode: + python -m compileall -d /usr/share "$pkgdir/usr/share" + python -O -m compileall -d /usr/share "$pkgdir/usr/share" } |