diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-05-01 14:46:42 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-05-01 14:46:42 -0500 |
commit | fdc6266093264fce7911e968120453df62426602 (patch) | |
tree | 8f8a0d1f6f5339a3df2dfe21b9c14e34af20906d /libre/python-reportlab | |
parent | 5f66d7147acc0763011bdbb36cefc1af53b81506 (diff) | |
download | abslibre-fdc6266093264fce7911e968120453df62426602.tar.gz abslibre-fdc6266093264fce7911e968120453df62426602.tar.bz2 abslibre-fdc6266093264fce7911e968120453df62426602.zip |
python2-reportlab-3.4.0-1.parabola1: updating version
Diffstat (limited to 'libre/python-reportlab')
-rw-r--r-- | libre/python-reportlab/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/python-reportlab/PKGBUILD b/libre/python-reportlab/PKGBUILD index 1efd9384a..fd0a95263 100644 --- a/libre/python-reportlab/PKGBUILD +++ b/libre/python-reportlab/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 202031 2016-12-25 17:08:09Z felixonmars $ +# $Id: PKGBUILD 155234 2016-01-03 19:23:59Z jelle $ # Maintainer (Arch): # Contributor (Arch): Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor (Arch): William Rea <sillywilly@gmail.com> @@ -9,19 +9,19 @@ pkgbase=python-reportlab pkgname=(python2-reportlab python-reportlab) _origname=reportlab -pkgver=3.3.0 -pkgrel=2.parabola1 +pkgver=3.4.0 +pkgrel=1.parabola1 pkgdesc="A proven industry-strength PDF generating solution, without nonfree Adobe T1 fonts support" arch=('i686' 'x86_64' 'armv7h') url="http://www.reportlab.org/rl_toolkit.html" depends=('freetype2') conflicts=('python-reportlab<=2.5-2') -makedepends+=('python' 'python2' 'freetype2') +makedepends+=('python' 'python2' 'freetype2' 'python2-pillow' 'python-pillow') replaces=('python-reportlab<=2.5-2') license=('custom') -source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz" +source=("https://pypi.python.org/packages/87/f9/53b34c58d3735a6df7d5c542bf4de60d699cfa6035e113ca08b3ecdcca3f/reportlab-3.4.0.tar.gz" 'free-fonts.patch') -md5sums=('8ad6181b69ec515d4f6d8bb894682d5d' +md5sums=('3f2522cf3b69cd84426c216619bbff53' 'eb3ac47734efb05b939fb88026aff8ed') prepare() { |