aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-05-02 15:23:17 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-02 21:15:57 +0000
commit956430bfea87309cf67942c9391c426279814e7e (patch)
tree82098c0011fc7030f2d8e39698d73729ad792afd /community
parenta30b0d96f614e1fa98c7ee3a8d88460bbab57897 (diff)
downloadaports-956430bfea87309cf67942c9391c426279814e7e.tar.bz2
aports-956430bfea87309cf67942c9391c426279814e7e.tar.xz
community/ocrmypdf: upgrade to 9.8.0
Diffstat (limited to 'community')
-rw-r--r--community/ocrmypdf/APKBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community/ocrmypdf/APKBUILD b/community/ocrmypdf/APKBUILD
index 4fe3cb9dc1..05406af395 100644
--- a/community/ocrmypdf/APKBUILD
+++ b/community/ocrmypdf/APKBUILD
@@ -1,13 +1,13 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=ocrmypdf
-pkgver=9.7.2
+pkgver=9.8.0
pkgrel=0
pkgdesc="Add OCR text layer to scanned PDF files"
url="https://github.com/jbarlow83/OCRmyPDF"
-arch="noarch !s390x"
+arch="noarch"
license="MIT"
-options="!check"
+options="!check" # failing tests with jbig2enc 0.17
depends="
python3
py3-setuptools
@@ -35,8 +35,12 @@ build() {
python3 setup.py build
}
+check() {
+ python3 setup.py test
+}
+
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="c31e8bd6497bd9576b8523af28f6a687e32357e762e88f6e009b381f833bd7ade649727965a7c0bcc0bdd721f33540cd1b2893d33387e866510d1a3ba8363757 ocrmypdf-9.7.2.tar.gz"
+sha512sums="3dd0408b4b879f4b741dcfb12947e79e9da4d5abdd02b4ecde5f061a3e62e443616ce38aee04c7b13724117f24312377dc0229990e681c095e0f263d4c3a5a46 ocrmypdf-9.8.0.tar.gz"