diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 02:07:21 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 02:07:21 -0500 |
commit | 4451d1aa438a10ac367e43230c4957b7c05edbc6 (patch) | |
tree | 25e0826384397132ec4687771e832063601534c6 /pcr/trytond-party | |
parent | fdb135e0f3acd431315b108169f4ca2dba74f21e (diff) | |
download | abslibre-4451d1aa438a10ac367e43230c4957b7c05edbc6.tar.gz abslibre-4451d1aa438a10ac367e43230c4957b7c05edbc6.tar.bz2 abslibre-4451d1aa438a10ac367e43230c4957b7c05edbc6.zip |
trytond-party-4.2.2-1: updating version
Diffstat (limited to 'pcr/trytond-party')
-rw-r--r-- | pcr/trytond-party/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD index 47e2015d4..8bbc8c2a5 100644 --- a/pcr/trytond-party/PKGBUILD +++ b/pcr/trytond-party/PKGBUILD @@ -2,18 +2,18 @@ pkgname=trytond-party _pkgname=trytond_party -pkgver=4.0.1 -_pkgdir=4.0 +pkgver=4.2.2 +_pkgdir=4.2 pkgrel=1 pkgdesc="The party module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=4.0' 'trytond-country>=4.0' 'python2-stdnum') +depends=('trytond>=4.2' 'trytond-country>=4.2' 'python2-stdnum') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("f4cb45d2b6c2a35bf29a3caca59cc479") +md5sums=("8e715c26275e9b8a18a01c957554205b") build() { cd $srcdir/$_pkgname-$pkgver |