diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/ocrmypdf/APKBUILD | 2 | ||||
-rw-r--r-- | community/py-img2pdf/APKBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/community/ocrmypdf/APKBUILD b/community/ocrmypdf/APKBUILD index 0073f14766..a8614b0a62 100644 --- a/community/ocrmypdf/APKBUILD +++ b/community/ocrmypdf/APKBUILD @@ -5,7 +5,7 @@ pkgver=8.2.3 pkgrel=0 pkgdesc="Add OCR text layer to scanned PDF files" url="https://github.com/jbarlow83/OCRmyPDF" -arch="noarch" +arch="noarch !s390x" license="MIT" options="!check" depends="py-ruffus py-reportlab py-img2pdf py-cffi py-pypdf2 py-pillow unpaper diff --git a/community/py-img2pdf/APKBUILD b/community/py-img2pdf/APKBUILD index d82a64b22b..73ffc6ea8b 100644 --- a/community/py-img2pdf/APKBUILD +++ b/community/py-img2pdf/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.3.3 pkgrel=1 pkgdesc="Convert images to PDF via direct JPEG inclusion" url="https://gitlab.mister-muffin.de/josch/img2pdf" -arch="noarch" +arch="noarch !s390x" license="LGPL" depends="py-pillow" _py2_depends="py-enum34" |