diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-06 01:21:20 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-06 01:21:20 -0300 |
commit | b444f9235d6a424b0d769f6aa2b40f9ea3c32a2d (patch) | |
tree | 1444104dbccfc8bc04c114f59bcf41313d31f729 /libre/python-reportlab | |
parent | 3d6926125c2bf16493b093ce0d020feaa3c15e2b (diff) | |
download | abslibre-b444f9235d6a424b0d769f6aa2b40f9ea3c32a2d.tar.gz abslibre-b444f9235d6a424b0d769f6aa2b40f9ea3c32a2d.tar.bz2 abslibre-b444f9235d6a424b0d769f6aa2b40f9ea3c32a2d.zip |
python-reportlab-3.2.0-1.parabola1: updating version
Diffstat (limited to 'libre/python-reportlab')
-rw-r--r-- | libre/python-reportlab/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/python-reportlab/PKGBUILD b/libre/python-reportlab/PKGBUILD index 20c734cac..6d25431ca 100644 --- a/libre/python-reportlab/PKGBUILD +++ b/libre/python-reportlab/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 130150 2015-03-28 16:57:50Z fyan $ +# $Id: PKGBUILD 137856 2015-08-03 18:50:26Z jelle $ # Maintainer (Arch): # Contributor (Arch): Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor (Arch): William Rea <sillywilly@gmail.com> @@ -9,10 +9,10 @@ pkgbase=python-reportlab pkgname=(python2-reportlab python-reportlab) _origname=reportlab -pkgver=3.1.44 -pkgrel=2.parabola1 +pkgver=3.2.0 +pkgrel=1.parabola1 pkgdesc="A proven industry-strength PDF generating solution, without nonfree Adobe T1 fonts support" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="http://www.reportlab.org/rl_toolkit.html" depends=('freetype2') conflicts=('python-reportlab<=2.5-2') @@ -22,7 +22,7 @@ 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=('34f13c50b416c6bea12e3d8cb23ec7d7' +md5sums=('79d059e797c557aed4b40c68dd6c7eae' 'eb3ac47734efb05b939fb88026aff8ed') prepare() { |