diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-03 06:49:43 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-03 06:54:04 -0300 |
commit | 2ace169a1e56c7cf09455927de0716d56253ba8d (patch) | |
tree | 106be503cc01ab174657456355cc78b8d8e5ac14 /community/py3-pikepdf/APKBUILD | |
parent | 1d6b488d1645bcded70ba80638f6b213853f8fc2 (diff) | |
download | aports-2ace169a1e56c7cf09455927de0716d56253ba8d.tar.bz2 aports-2ace169a1e56c7cf09455927de0716d56253ba8d.tar.xz |
community/py3-pikepdf: upgrade to 1.6.3
Diffstat (limited to 'community/py3-pikepdf/APKBUILD')
-rw-r--r-- | community/py3-pikepdf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pikepdf/APKBUILD b/community/py3-pikepdf/APKBUILD index e1449159eb..ee4cd0c92f 100644 --- a/community/py3-pikepdf/APKBUILD +++ b/community/py3-pikepdf/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=py3-pikepdf _pyname=pikepdf -pkgver=1.6.2 +pkgver=1.6.3 pkgrel=0 pkgdesc="A Python library for reading and writing PDF" url=https://github.com/pikepdf/pikepdf @@ -22,4 +22,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="c08706b010ceee5a04fd70c1d549b32d7ae5d9b706e0ae7a0c281287171983b5794992e3332e18c9360797a4e74849071f5d408d632f537326d6ff5fc3996857 pikepdf-1.6.2.tar.gz" +sha512sums="63091fc6878f0da63589b3342255913bf6045f72e1813576d69861d09796f405926a4af4dd9c87a49a967a1e9df140125b3a36dedeb9c73b0b067139b6d5414b pikepdf-1.6.3.tar.gz" |