aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-07-02 18:49:22 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-07-03 09:48:49 +0000
commita0babc920df88785f5c6e66a003839bb9fbb3f65 (patch)
tree14df61408a17668f637fe845b25a061fed9ebb01
parent5ca2ada43dc1d3f485fc6ad6993bc50efa4c816d (diff)
community/py3-reportlab: upgrade to 3.5.44
-rw-r--r--community/py3-reportlab/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/py3-reportlab/APKBUILD b/community/py3-reportlab/APKBUILD
index 67f01e76058..092d68657aa 100644
--- a/community/py3-reportlab/APKBUILD
+++ b/community/py3-reportlab/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=py3-reportlab
-_pkgname=reportlab
-pkgver=3.5.42
+_pyname=reportlab
+pkgver=3.5.44
pkgrel=0
pkgdesc="Python library for generating PDFs and graphics"
url="https://www.reportlab.com/opensource"
@@ -10,8 +10,8 @@ arch="all"
license="BSD-3-Clause"
depends="py3-pillow ttf-dejavu"
makedepends="freetype-dev libart-lgpl-dev py3-setuptools python3-dev"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
+source="https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
+builddir="$srcdir/$_pyname-$pkgver"
replaces="py-reportlab" # Backwards compatibility
provides="py-reportlab=$pkgver-r$pkgrel" # Backwards compatibility
@@ -37,4 +37,4 @@ package() {
--prefix=/usr --root="$pkgdir"
}
-sha512sums="f52717867190bf7812fd566d9ec3044198db809cdd0f53cc9dbfa92503a202540db659369e20bba3de07cd28eb10515d03b85700ac138c9394dc9eed1f08b8f8 reportlab-3.5.42.tar.gz"
+sha512sums="313f9973c30935e3227a1e9f85b046ef0416b3f6ea6d87bc293b9c4f4ebb228262d1eff520ddcd3cbfb517749b289f6a2dc34386b924d989a943a0587836d08a reportlab-3.5.44.tar.gz"