diff options
-rw-r--r-- | community/py3-img2pdf/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-img2pdf/APKBUILD b/community/py3-img2pdf/APKBUILD index 4a4f178fd5..a9f86cfcb8 100644 --- a/community/py3-img2pdf/APKBUILD +++ b/community/py3-img2pdf/APKBUILD @@ -1,11 +1,11 @@ # Contributor: Carlo Landmeter <clandmeter@alpinelinux.org> # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=py3-img2pdf -pkgver=0.3.5 +pkgver=0.3.6 pkgrel=0 pkgdesc="Convert images to PDF via direct JPEG inclusion" url="https://gitlab.mister-muffin.de/josch/img2pdf" -arch="noarch !s390x" +arch="noarch" license="LGPL-3.0-or-later" depends="python3 py3-pillow py3-setuptools" checkdepends="py3-pdfrw" @@ -33,4 +33,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="4cd76f53a79b9b5af3ef79ef2372f93bd4ef7a81c507ffdc7b226108a09c434d00da7f72f3489e23abbae33bf1cf02cce42d00ee58036a67a8876baafe5ef44d img2pdf-0.3.5.tar.gz" +sha512sums="2a9d31b9de52123941fd650123a483f4dc0757edda304da994353b5f3167bddbb25fa1ed8fededcf859c5d07b65b9c2d5185000949002a68dcae1e7bf0f1547d img2pdf-0.3.6.tar.gz" |