diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-10 00:22:45 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-10 00:22:45 -0200 |
commit | 5e346a202b2c045a0325e32b539e25f764d8ae3e (patch) | |
tree | e5332dd94c7e081bb749ec2256f1ce1f2e88b55f /pcr/python2-relatorio | |
parent | df1a04ae13e447b5d4487249f6d861901831bbde (diff) | |
download | abslibre-5e346a202b2c045a0325e32b539e25f764d8ae3e.tar.gz abslibre-5e346a202b2c045a0325e32b539e25f764d8ae3e.tar.bz2 abslibre-5e346a202b2c045a0325e32b539e25f764d8ae3e.zip |
python2-relatorio-0.6.0-1: updating version
Diffstat (limited to 'pcr/python2-relatorio')
-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') |