diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-07-10 00:16:45 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-07-10 00:16:45 -0500 |
commit | c2f927becb25123af8ce55df9908aae9d27510c9 (patch) | |
tree | 8cd31c0398aef14dddc0d9156257222f1ab2422c /pcr/trytond-account-product | |
parent | ced9cff67a535d9592727488335a10075dfc7f5c (diff) | |
download | abslibre-c2f927becb25123af8ce55df9908aae9d27510c9.tar.gz abslibre-c2f927becb25123af8ce55df9908aae9d27510c9.tar.bz2 abslibre-c2f927becb25123af8ce55df9908aae9d27510c9.zip |
trytond-account-product-4.0.1-1: updating version
Diffstat (limited to 'pcr/trytond-account-product')
-rw-r--r-- | pcr/trytond-account-product/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/trytond-account-product/PKGBUILD b/pcr/trytond-account-product/PKGBUILD index 980373518..d5b07d0df 100644 --- a/pcr/trytond-account-product/PKGBUILD +++ b/pcr/trytond-account-product/PKGBUILD @@ -2,18 +2,18 @@ pkgname=trytond-account-product _pkgname=trytond_account_product -pkgver=3.8.0 -_pkgdir=3.8 +pkgver=4.0.1 +_pkgdir=4.0 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.8' 'trytond-account>=3.8' 'trytond-company>=3.8' 'trytond-product>=3.8') +depends=('trytond>=4.0' 'trytond-account>=4.0' 'trytond-company>=4.0' 'trytond-product>=4.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("c243a5b71141532e59c3e8f42cc773f6") +md5sums=("d410b706b4eb2970090ab329eef8f4ca") build() { cd $srcdir/$_pkgname-$pkgver |