diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/python2-relatorio/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD index 3e52303b4..e70699886 100644 --- a/pcr/python2-relatorio/PKGBUILD +++ b/pcr/python2-relatorio/PKGBUILD @@ -1,11 +1,12 @@ # Contributor: Florian Walch <florian.walch@gmx.at> # Maintainer: Thomas Bahn <Thomas-Bahn@gmx.net> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> + pkgname=python2-relatorio -pkgver=0.5.6 -pkgrel=2 +pkgver=0.6.0 +pkgrel=1 pkgdesc="A templating library able to output odt and pdf files" -arch=('any') +arch=('i686' 'x86_64' 'mips64el') url="http://relatorio.openhex.org" license=('GPL') depends=('python2-genshi>=0.7' 'python2-lxml>=3.2.1') @@ -18,5 +19,4 @@ build() { python2 setup.py install --root=$pkgdir } - -md5sums=('944fb60fadaff451ab6ee8818de516ad') +md5sums=('170eeb4102a92b9ddc554799a1503cee') |