aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocrmypdf
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-07 05:01:52 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-07 05:09:01 +0100
commite8a89f78c4bfd6c4a5dafec10d44180a62496956 (patch)
tree6f54073af99810ac18121d8c3137e62304ce8a34 /community/ocrmypdf
parentcfa31bbcb6d2842fc65e144769cdd9e246600584 (diff)
downloadaports-e8a89f78c4bfd6c4a5dafec10d44180a62496956.tar.bz2
aports-e8a89f78c4bfd6c4a5dafec10d44180a62496956.tar.xz
community/ocrmypdf: upgrade to 9.4.0
Diffstat (limited to 'community/ocrmypdf')
-rw-r--r--community/ocrmypdf/APKBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/community/ocrmypdf/APKBUILD b/community/ocrmypdf/APKBUILD
index f311756d95..695ebdbbbe 100644
--- a/community/ocrmypdf/APKBUILD
+++ b/community/ocrmypdf/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=ocrmypdf
-pkgver=9.1.0
+pkgver=9.4.0
pkgrel=0
pkgdesc="Add OCR text layer to scanned PDF files"
url="https://github.com/jbarlow83/OCRmyPDF"
@@ -29,19 +29,14 @@ depends="
leptonica
"
makedepends="python3-dev"
-install=""
-subpackages=""
source="https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-$pkgver.tar.gz"
-builddir="$srcdir/ocrmypdf-$pkgver"
build() {
- cd "$builddir"
python3 setup.py build
}
package() {
- cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="b1d7257f4e5690f712289917a0c127b4732b8f86821fedc52f1fe7226c468ed0d5797498803d02f4048682291dfb272cad885b237850001acbd2803b9a71591e ocrmypdf-9.1.0.tar.gz"
+sha512sums="b7b0bdf6c5db67b06a12b91f1195305e92876dea3f771143f31976e797c14acae459c5c90e3bdf40a985e32300b067670aeed8086a10a617dd224d3652cfcdd0 ocrmypdf-9.4.0.tar.gz"