diff options
-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 a8816d0ef..07d0cd427 100644 --- a/libre/python-reportlab/PKGBUILD +++ b/libre/python-reportlab/PKGBUILD @@ -9,8 +9,8 @@ pkgbase=python-reportlab pkgname=(python2-reportlab python-reportlab) _origname=reportlab -pkgver=3.2.0 -pkgrel=3.parabola1 +pkgver=3.3.0 +pkgrel=1.parabola1 pkgdesc="A proven industry-strength PDF generating solution, without nonfree Adobe T1 fonts support" arch=('i686' 'x86_64') url="http://www.reportlab.org/rl_toolkit.html" @@ -21,7 +21,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=('79d059e797c557aed4b40c68dd6c7eae' +md5sums=('8ad6181b69ec515d4f6d8bb894682d5d' 'eb3ac47734efb05b939fb88026aff8ed') prepare() { |