diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-01 12:52:01 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-01 12:52:01 -0500 |
commit | 383548b1254422496b489c6906bcaca8c02d2abb (patch) | |
tree | efc1bdac6dedc9fa83b3960332511f511150a237 /pcr/python2-relatorio | |
parent | af433c71f464a66e45ff464986a2e7a8a0e02fef (diff) | |
download | abslibre-383548b1254422496b489c6906bcaca8c02d2abb.tar.gz abslibre-383548b1254422496b489c6906bcaca8c02d2abb.tar.bz2 abslibre-383548b1254422496b489c6906bcaca8c02d2abb.zip |
python2-relatorio-0.6.1-1: updating version
Diffstat (limited to 'pcr/python2-relatorio')
-rw-r--r-- | pcr/python2-relatorio/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD index d83224964..198593c17 100644 --- a/pcr/python2-relatorio/PKGBUILD +++ b/pcr/python2-relatorio/PKGBUILD @@ -1,18 +1,18 @@ # Contributor (Arch): Florian Walch <florian.walch@gmx.at> -# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> -# Maintainer: André Silva <emulatorman@parabola.nu> +# Contributor (Arch): Robin Baumgartner <robin@baumgartners.ch> +# Maintainer : André Silva <emulatorman@parabola.nu> pkgname=python2-relatorio -pkgver=0.6.0 -pkgrel=2 +pkgver=0.6.1 +pkgrel=1 pkgdesc="A templating library able to output odt and pdf files" -arch=('i686' 'x86_64' 'mips64el') -url="http://relatorio.openhex.org" +arch=('i686' 'x86_64') +url="https://code.google.com/p/python-relatorio" license=('GPL') -depends=('python2-genshi>=0.7' 'python2-lxml>=3.3.5') +depends=('python2-genshi>=0.5' 'python2-lxml>=1.3.6') makedepends=('python2-distribute') source=("http://pypi.python.org/packages/source/r/relatorio/relatorio-$pkgver.tar.gz") -md5sums=('170eeb4102a92b9ddc554799a1503cee') +md5sums=('07e53dca16116963da8166569c6ce5b4') build() { cd $srcdir/relatorio-$pkgver |