aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-05-02 17:09:16 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-02 21:15:57 +0000
commita30b0d96f614e1fa98c7ee3a8d88460bbab57897 (patch)
tree56b53dc90b38dc259b88e730afa90bfd9876b35b /community
parent62c0f010fc482c3991e911e5a030a7af5770a64e (diff)
downloadaports-a30b0d96f614e1fa98c7ee3a8d88460bbab57897.tar.bz2
aports-a30b0d96f614e1fa98c7ee3a8d88460bbab57897.tar.xz
community/py3-img2pdf: upgrade to 0.3.6
Diffstat (limited to 'community')
-rw-r--r--community/py3-img2pdf/APKBUILD6
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"