diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-30 08:39:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:57 +0000 |
commit | 95aaf47ea210ea03ee234804b786a3498992c90f (patch) | |
tree | 8eb7950f36b2dac9e494e40dd82e045a21d618e9 | |
parent | 61697b6762d1da50eb0acca78305e233d8ce1ea1 (diff) | |
download | aports-95aaf47ea210ea03ee234804b786a3498992c90f.tar.bz2 aports-95aaf47ea210ea03ee234804b786a3498992c90f.tar.xz |
community/ocrmypdf: rebuild against python 3.8
-rw-r--r-- | community/ocrmypdf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocrmypdf/APKBUILD b/community/ocrmypdf/APKBUILD index 7563872b6c..7dff35b94a 100644 --- a/community/ocrmypdf/APKBUILD +++ b/community/ocrmypdf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=ocrmypdf pkgver=9.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Add OCR text layer to scanned PDF files" url="https://github.com/jbarlow83/OCRmyPDF" arch="noarch !s390x" |