diff options
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() { |