diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 03:03:14 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 03:04:13 -0500 |
commit | 5b589d6e0b5c589c2dd373fd74d8a180ba5adcda (patch) | |
tree | 804945c22744aa395deea4b6fc881673889611b5 /pcr/trytond-company | |
parent | 54e0f5173058b42fb85cffc47e6f15007be7e326 (diff) | |
download | abslibre-5b589d6e0b5c589c2dd373fd74d8a180ba5adcda.tar.gz abslibre-5b589d6e0b5c589c2dd373fd74d8a180ba5adcda.tar.bz2 abslibre-5b589d6e0b5c589c2dd373fd74d8a180ba5adcda.zip |
trytond-company-4.2.0-1: updating version
Diffstat (limited to 'pcr/trytond-company')
-rw-r--r-- | pcr/trytond-company/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD index 71c83cfb1..0b424c14f 100644 --- a/pcr/trytond-company/PKGBUILD +++ b/pcr/trytond-company/PKGBUILD @@ -2,18 +2,18 @@ pkgname=trytond-company _pkgname=trytond_company -pkgver=4.0.2 -_pkgdir=4.0 +pkgver=4.2.0 +_pkgdir=4.2 pkgrel=1 pkgdesc="The company module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=4.0' 'trytond-currency>=4.0' 'trytond-party>=4.0') +depends=('trytond>=4.2' 'trytond-currency>=4.2' 'trytond-party>=4.2') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("01f03fc62153e42420ffa654a2856d29") +md5sums=('c6b4ddae236bdf800180e94229a83986') build() { cd $srcdir/$_pkgname-$pkgver |