diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 16:17:59 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 16:17:59 -0500 |
commit | 0f1211fb36aa7340f9feb35c4263d522be73228f (patch) | |
tree | aaa342f99cb2760ebbb9ebb3539d4e34f04ec512 /pcr/trytond-product | |
parent | 4ad31d2eff55cdc86db81434274b536788f0a818 (diff) | |
download | abslibre-0f1211fb36aa7340f9feb35c4263d522be73228f.tar.gz abslibre-0f1211fb36aa7340f9feb35c4263d522be73228f.tar.bz2 abslibre-0f1211fb36aa7340f9feb35c4263d522be73228f.zip |
trytond-product-3.8.0-1: updating version
Diffstat (limited to 'pcr/trytond-product')
-rw-r--r-- | pcr/trytond-product/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-product/PKGBUILD b/pcr/trytond-product/PKGBUILD index e52742fd8..d2991a706 100644 --- a/pcr/trytond-product/PKGBUILD +++ b/pcr/trytond-product/PKGBUILD @@ -1,19 +1,19 @@ -# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=trytond-product _pkgname=trytond_product -pkgver=3.4.1 -_pkgdir=3.4 +pkgver=3.8.0 +_pkgdir=3.8 pkgrel=1 pkgdesc="The product module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=3.4') +depends=('trytond>=3.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("bc9bcac4a2b8300c470890ea1cddebe2") +md5sums=("a1241acc7e7670b854d7eb3ae47bcbaa") build() { cd $srcdir/$_pkgname-$pkgver |