diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/python-reportlab/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/python-reportlab/PKGBUILD b/libre/python-reportlab/PKGBUILD index fefe3f26e..20c734cac 100644 --- a/libre/python-reportlab/PKGBUILD +++ b/libre/python-reportlab/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 110391 2014-04-28 19:17:21Z jelle $ +# $Id: PKGBUILD 130150 2015-03-28 16:57:50Z fyan $ # Maintainer (Arch): # Contributor (Arch): Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor (Arch): William Rea <sillywilly@gmail.com> @@ -10,13 +10,14 @@ pkgbase=python-reportlab pkgname=(python2-reportlab python-reportlab) _origname=reportlab pkgver=3.1.44 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="A proven industry-strength PDF generating solution, without nonfree Adobe T1 fonts support" arch=('i686' 'x86_64' 'mips64el') url="http://www.reportlab.org/rl_toolkit.html" depends=('freetype2') conflicts=('python-reportlab<=2.5-2') -checkdepends=('python' 'python2' 'python2-pillow' 'python-pillow') +makedepends=('python' 'python2') +checkdepends=('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" |