From 21fac01b854c4f7d385f50a54e5b8708359c1956 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Wed, 24 Jun 2015 22:41:26 -0500 Subject: trytond-3.4.2-1: updating version --- pcr/trytond/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pcr/trytond/PKGBUILD b/pcr/trytond/PKGBUILD index 04e89ab11..a23ea07e3 100644 --- a/pcr/trytond/PKGBUILD +++ b/pcr/trytond/PKGBUILD @@ -1,15 +1,16 @@ # Contributor (Arch): Florian Walch # Maintainer (Arch): Robin Baumgartner +# Contributor: Omar Vega Ramos pkgname=trytond -pkgver=3.4.0 +pkgver=3.4.2 _pkgdir=3.4 pkgrel=1 pkgdesc="A three-tiers high-level general purpose application platform (server application)" arch=('any') url="http://www.tryton.org/" license=('GPL3') -depends=('python2>=2.7' 'python2-lxml' 'python2-relatorio>=0.6.0' - 'python2-genshi>=0.7' 'python2-polib' 'python2-sql') +depends=('python2>=2.4' 'python2-lxml' 'python2-relatorio>=0.2.0' + 'python2-genshi>=0.5' 'python2-polib' 'python2-sql') optdepends=('python2-psycopg2: support for PostgreSQL database' 'python-pywebdav: support for WebDAV feature' 'pydot: support for displaying workflow graphs' @@ -20,7 +21,7 @@ install="trytond.install" source=("http://downloads.tryton.org/$_pkgdir/$pkgname-$pkgver.tar.gz" 'trytond.install' 'trytond.service') -md5sums=('0652ba23f999650b97e8a10dd3fea7f3' +md5sums=('b6f6edda58a2ff65959996fb33542c29' '768e68c01cb5913e36ea89c67fc98038' 'b1535a8528dfd8f655624bf6faea6985') -- cgit v1.2.3-2-g168b