diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-21 02:28:02 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-21 02:28:02 -0500 |
commit | 36e63c2e090e7f7aec3d73175e3bc8c5e25f8bbb (patch) | |
tree | b87f62fbb1aa3b92c52ec6ec7143a971b89e39d0 /pcr/trytond | |
parent | 556480f9f25951898489c827aac97e6696211537 (diff) | |
download | abslibre-36e63c2e090e7f7aec3d73175e3bc8c5e25f8bbb.tar.gz abslibre-36e63c2e090e7f7aec3d73175e3bc8c5e25f8bbb.tar.bz2 abslibre-36e63c2e090e7f7aec3d73175e3bc8c5e25f8bbb.zip |
trytond-3.6.1-1: updating version
Diffstat (limited to 'pcr/trytond')
-rw-r--r-- | pcr/trytond/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/trytond/PKGBUILD b/pcr/trytond/PKGBUILD index a23ea07e3..73363c2cb 100644 --- a/pcr/trytond/PKGBUILD +++ b/pcr/trytond/PKGBUILD @@ -1,9 +1,9 @@ # Contributor (Arch): Florian Walch <florian.walch@gmx.at> # Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> -# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=trytond -pkgver=3.4.2 -_pkgdir=3.4 +pkgver=3.6.1 +_pkgdir=3.6 pkgrel=1 pkgdesc="A three-tiers high-level general purpose application platform (server application)" arch=('any') @@ -21,7 +21,7 @@ install="trytond.install" source=("http://downloads.tryton.org/$_pkgdir/$pkgname-$pkgver.tar.gz" 'trytond.install' 'trytond.service') -md5sums=('b6f6edda58a2ff65959996fb33542c29' +md5sums=('8e8925b147d7cd8ce7948fc96b9348b8' '768e68c01cb5913e36ea89c67fc98038' 'b1535a8528dfd8f655624bf6faea6985') |