diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-30 15:04:32 -0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2020-04-30 22:34:31 +0000 |
commit | 24788b0af621977969fd16563dfdf4f945b26b17 (patch) | |
tree | 6d339ddc26c875b92ebc80e57239874cd57d202d /community | |
parent | c1870972fc1c1fc0de04f370576eace0a5c75a66 (diff) | |
download | aports-24788b0af621977969fd16563dfdf4f945b26b17.tar.bz2 aports-24788b0af621977969fd16563dfdf4f945b26b17.tar.xz |
community/py3-img2pdf: upgrade to 0.3.5
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-img2pdf/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/py3-img2pdf/APKBUILD b/community/py3-img2pdf/APKBUILD index 81b8ca1a16..4a4f178fd5 100644 --- a/community/py3-img2pdf/APKBUILD +++ b/community/py3-img2pdf/APKBUILD @@ -1,14 +1,13 @@ # Contributor: Carlo Landmeter <clandmeter@alpinelinux.org> # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=py3-img2pdf -pkgver=0.3.4 -pkgrel=1 +pkgver=0.3.5 +pkgrel=0 pkgdesc="Convert images to PDF via direct JPEG inclusion" url="https://gitlab.mister-muffin.de/josch/img2pdf" arch="noarch !s390x" license="LGPL-3.0-or-later" depends="python3 py3-pillow py3-setuptools" -makedepends="py3-setuptools" checkdepends="py3-pdfrw" source="https://pypi.python.org/packages/source/i/img2pdf/img2pdf-$pkgver.tar.gz" builddir="$srcdir/img2pdf-$pkgver" @@ -34,4 +33,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="0e81e3ee06c62f0ee732b87776f6bc2d066ebce6c23dbcb85b2497518ba43fa3813b3e15f0c476c1203ae6d2b1f4f3e2f1b70215033dddb889fafd75b3671420 img2pdf-0.3.4.tar.gz" +sha512sums="4cd76f53a79b9b5af3ef79ef2372f93bd4ef7a81c507ffdc7b226108a09c434d00da7f72f3489e23abbae33bf1cf02cce42d00ee58036a67a8876baafe5ef44d img2pdf-0.3.5.tar.gz" |