Date: Sunday, December 19, 2021 @ 10:31:22 Author: andyrtr Revision: 432774
upgpkg: hplip 1:3.21.12-1: upstream update 3.21.12 Modified: hplip/trunk/PKGBUILD hplip/trunk/python3.diff --------------+ PKGBUILD | 8 ++++---- python3.diff | 13 ------------- 2 files changed, 4 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-19 04:19:31 UTC (rev 432773) +++ PKGBUILD 2021-12-19 10:31:22 UTC (rev 432774) @@ -4,8 +4,8 @@ # Contributor: Morgan LEFIEUX <[email protected]> pkgname=hplip -pkgver=3.21.10 -pkgrel=2 +pkgver=3.21.12 +pkgrel=1 epoch=1 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet" arch=('x86_64') @@ -32,13 +32,13 @@ hplip-configure-python.patch python3.diff reproducible-gzip.patch) -sha512sums=('e9b49b7bfc3fa38ea83b357af01cfbc59bf238ad7add49c8e4cb281fbc87facfe6fed9e8428bb926f75fb22ff8e980d620ac102694ae0c8271ce0c4f1ab8b7ed' +sha512sums=('b101a6958dbfa2b717b85bf38b05d682b9fe68ed3d08e2f6039485ac428867de66381e869c1d4ab2bd22e13a751704ca19915dd90661561c8dd68883a72ace2d' 'SKIP' 'ee0bd240568a7dbb4dc6ef64dba28ea84c4bedf7d688d054960c686666f8f0bc4562961c40845107ef0c936e60d3e676bffb2a1ba708039690bb0520cda3a525' '22aeb5b851f78bc6bc62e0bc3da99fecaf42d7604af41e2f3343f8d3666541f7b06b7d1a7d0ddf24f1731ac7b12dfe582375a98e3b94dfa323d6ce954549ca67' '763949a0bc460dcc9faefc86f2a91cf342781bfce696ed0c3826758572dd03ac266bbeb7b6a4f9376ac298d7d3c9c4def42d94921a8e1d1695e39396e36d95ff' '089c102357ea5fd55d81ae76aaff62713f780fd84500c3b92ecd6b2bb11ccdc3a162978548e9a5f9e98a8354a5be3997e416c52daa18eda4621ed79a29d6fea8' - '5885b223f96706bc09a147b5c141d620846c9058563e986983ca2ab90922cabe891a651d90d5004d45549b3874c40f8a1570a8a79e067d66f1826681111c7e82' + 'b8a4c860e90a52ec566ca5a9c7f3a5ecb7386ae76e17b2c6c878073e60eeaf0cb63883b740b4725794be9914e1ab8fc91313efb288395f3095f599c07f54cf14' '7bad907228b7c2f3c43128f087a2f8e03778760b7a26179ff441c1f60127e2fca08c94dff76baea2469d3a253a8f46b285d0af0f62a6d8738926caf7a10f670b') validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux Imaging and Printing) <[email protected]> Modified: python3.diff =================================================================== --- python3.diff 2021-12-19 04:19:31 UTC (rev 432773) +++ python3.diff 2021-12-19 10:31:22 UTC (rev 432774) @@ -116,19 +116,6 @@ } -diff --git a/pcard/photocard.py b/pcard/photocard.py -index 913dc4e..2c73158 100644 ---- a/pcard/photocard.py -+++ b/pcard/photocard.py -@@ -30,7 +30,7 @@ from base.codes import * - from base import device, utils, exif - - try: -- from . import pcardext -+ import pcardext - except ImportError: - if not os.getenv("HPLIP_BUILD"): - log.error("PCARDEXT could not be loaded. Please check HPLIP installation.") diff --git a/unload.py b/unload.py index 3fdd5a3..ce8b069 100755 --- a/unload.py
