summaryrefslogtreecommitdiff
path: root/libre/python-reportlab-libre/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/python-reportlab-libre/PKGBUILD')
-rw-r--r--libre/python-reportlab-libre/PKGBUILD24
1 files changed, 12 insertions, 12 deletions
diff --git a/libre/python-reportlab-libre/PKGBUILD b/libre/python-reportlab-libre/PKGBUILD
index c211f1567..5f749edbd 100644
--- a/libre/python-reportlab-libre/PKGBUILD
+++ b/libre/python-reportlab-libre/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 107615 2014-03-18 10:32:13Z jelle $
-# Maintainer:
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: William Rea <sillywilly@gmail.com>
-# Maintainer (Parabola): fauno <fauno@kiwwwi.com.ar>
+# $Id: PKGBUILD 110391 2014-04-28 19:17:21Z jelle $
+# Maintainer (Arch):
+# Contributor (Arch): Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor (Arch): William Rea <sillywilly@gmail.com>
+# Maintainer: fauno <fauno@kiwwwi.com.ar>
# Contributor: borgo <nomail>
-# Contributor (Parabola): André Silva <emulatorman@parabola.nu>
+# Contributor: André Silva <emulatorman@parabola.nu>
pkgbase=python-reportlab-libre
pkgname=(python2-reportlab-libre python-reportlab-libre)
_origname=reportlab
-pkgver=3.0
-pkgrel=2
+pkgver=3.1.8
+pkgrel=1
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"
depends=('freetype2')
checkdepends=('python' 'python2' 'python2-pillow' 'python-pillow')
license=('custom')
-source=(http://www.reportlab.com/ftp/reportlab-$pkgver.tar.gz
- free-fonts.patch)
-md5sums=('a4fd40abcfb604aa3bd907181133c071'
- 'eb3ac47734efb05b939fb88026aff8ed')
+source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz"
+ 'free-fonts.patch')
+md5sums=(820a9fda647078503597b85cdba7ed7f
+ eb3ac47734efb05b939fb88026aff8ed)
prepare() {
cd $srcdir