diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 17:30:07 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 17:30:07 -0500 |
commit | 1f33b186cc1985af4895b2cc5fdcc60a11bfb697 (patch) | |
tree | 6ec09662b8b8a0b8dfce0ff3631cb23d75f12292 /pcr/trytond-account-product | |
parent | eb9fa4e5aa93f234f821e3a7989c3aeca828f73f (diff) | |
download | abslibre-1f33b186cc1985af4895b2cc5fdcc60a11bfb697.tar.gz abslibre-1f33b186cc1985af4895b2cc5fdcc60a11bfb697.tar.bz2 abslibre-1f33b186cc1985af4895b2cc5fdcc60a11bfb697.zip |
trytond-account-product-3.8.0-1: updating version
Diffstat (limited to 'pcr/trytond-account-product')
-rw-r--r-- | pcr/trytond-account-product/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pcr/trytond-account-product/PKGBUILD b/pcr/trytond-account-product/PKGBUILD index ea37d8f22..980373518 100644 --- a/pcr/trytond-account-product/PKGBUILD +++ b/pcr/trytond-account-product/PKGBUILD @@ -1,18 +1,19 @@ -# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=trytond-account-product _pkgname=trytond_account_product -pkgver=3.4.0 -_pkgdir=3.4 +pkgver=3.8.0 +_pkgdir=3.8 pkgrel=1 pkgdesc="The account_product module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-company>=3.4' 'trytond-product>=3.4') +depends=('trytond>=3.8' 'trytond-account>=3.8' 'trytond-company>=3.8' 'trytond-product>=3.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("6940314036e81484181464ee9a6d4f40") +md5sums=("c243a5b71141532e59c3e8f42cc773f6") build() { cd $srcdir/$_pkgname-$pkgver |