diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/python2-relatorio/PKGBUILD | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD index 70786f171..115c1d572 100644 --- a/pcr/python2-relatorio/PKGBUILD +++ b/pcr/python2-relatorio/PKGBUILD @@ -1,18 +1,24 @@ -# Contributor (Arch): Florian Walch <florian.walch@gmx.at> -# Contributor (Arch): Robin Baumgartner <robin@baumgartners.ch> -# Maintainer : André Silva <emulatorman@hyperbola.info> +# Contributor (AUR): Richard PALO <richard.palo@free.fr> +# Contributor (AUR): Florian Walch <florian.walch@gmx.at> +# Maintainer (AUR): Robin Baumgartner <robin@baumgartners.ch> +# Contributor: André Silva <emulatorman@hyperbola.info> + +# parabola changes and rationale: +# no changes. pkgname=python2-relatorio -pkgver=0.6.1 +pkgver=0.8.0 pkgrel=1 pkgdesc="A templating library able to output odt and pdf files" -arch=('i686' 'x86_64') -url="https://code.google.com/p/python-relatorio" +arch=('i686' 'x86_64' 'armv7h') +url="http://relatorio.tryton.org/" license=('GPL') -depends=('python2-genshi>=0.5' 'python2-lxml>=1.3.6') +depends=('python2-genshi>=0.5' 'python2-lxml>=2.0') +optdepends=('python2-pycha>=0.4.0: chart support' 'python2-yaml' + 'python2-magic: fodt support') makedepends=('python2-distribute') -source=("http://pypi.python.org/packages/source/r/relatorio/relatorio-$pkgver.tar.gz") -md5sums=('07e53dca16116963da8166569c6ce5b4') +source=("https://pypi.io/packages/source/r/relatorio/relatorio-$pkgver.tar.gz") +md5sums=('ba7061dfb512b57dfd54317a183f5278') build() { cd $srcdir/relatorio-$pkgver |