summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher2022-02-18 22:01:28 -0500
committerChristopher2022-02-18 22:01:28 -0500
commitcc438efd3828b62777ce73330249b33d01fab433 (patch)
treeea6f86f88be0ed7c2cbd859ce10976d908b6f22e /PKGBUILD
parentdf7d939c2e057628e9c5844069534c88eebea3d3 (diff)
downloadaur-cc438efd3828b62777ce73330249b33d01fab433.tar.gz
The python3 patch broke pdf.py, but it is fixed now.
Because python 3 dicts are ordered, pdf.py output is shuffled relative to the python 2 version, but file sizes should be the same.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2407950a7849..f86b2f516d98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=jbig2enc
pkgver=0.29
-pkgrel=2
+pkgrel=3
pkgdesc="A JBIG2 image encoder"
arch=('i686' 'x86_64')
url="https://github.com/agl/jbig2enc"
@@ -18,7 +18,7 @@ source=("https://github.com/agl/jbig2enc/archive/refs/tags/$pkgver.tar.gz"
"jbig2enc-pdfpy.patch"
"jbig2enc.1")
sha256sums=('bfcf0d0448ee36046af6c776c7271cd5a644855723f0a832d1c0db4de3c21280'
- '2614e02f9cc71d9b186ffaecf6abb4b270ad9ce43cb4d6284e9e96c4e4a44d06'
+ 'a5d98fc43b2f3dc73dd1f352a439a6ae73fd085f469420aa29e47d9a4e2f40f6'
'c940124f102695872fae02b243e0dd99c05ecfb3ecef0a476b3e903a0db69a54')