diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-02-19 17:14:22 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-02-19 17:14:22 -0200 |
commit | 28cafa6c199b40171bcc5b00271bdaa73f9c4772 (patch) | |
tree | e5c0098a238abdc586cc8d3a4ece94cd8c48e89a /libre/python-reportlab | |
parent | b400ba046e61f61e96490d8a744fba18dc4b390f (diff) | |
download | abslibre-28cafa6c199b40171bcc5b00271bdaa73f9c4772.tar.gz abslibre-28cafa6c199b40171bcc5b00271bdaa73f9c4772.tar.bz2 abslibre-28cafa6c199b40171bcc5b00271bdaa73f9c4772.zip |
update python-reportlab
Diffstat (limited to 'libre/python-reportlab')
-rw-r--r-- | libre/python-reportlab/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/python-reportlab/PKGBUILD b/libre/python-reportlab/PKGBUILD index dfceee7cd..fefe3f26e 100644 --- a/libre/python-reportlab/PKGBUILD +++ b/libre/python-reportlab/PKGBUILD @@ -9,7 +9,7 @@ pkgbase=python-reportlab pkgname=(python2-reportlab python-reportlab) _origname=reportlab -pkgver=3.1.8 +pkgver=3.1.44 pkgrel=1.parabola1 pkgdesc="A proven industry-strength PDF generating solution, without nonfree Adobe T1 fonts support" arch=('i686' 'x86_64' 'mips64el') @@ -21,8 +21,8 @@ replaces=('python-reportlab<=2.5-2') license=('custom') source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz" 'free-fonts.patch') -md5sums=(820a9fda647078503597b85cdba7ed7f - eb3ac47734efb05b939fb88026aff8ed) +md5sums=('34f13c50b416c6bea12e3d8cb23ec7d7' + 'eb3ac47734efb05b939fb88026aff8ed') prepare() { cd $srcdir |