diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 01:49:09 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 01:49:09 -0500 |
commit | b07397f5fd37ae5dcd41591bbc9ac6f31caa965b (patch) | |
tree | 1ef2485a2f8f9edf787e458afbf397abb5571387 /pcr | |
parent | 485c1f288328c6d8fde88649e1afec7eaa011e0b (diff) | |
download | abslibre-b07397f5fd37ae5dcd41591bbc9ac6f31caa965b.tar.gz abslibre-b07397f5fd37ae5dcd41591bbc9ac6f31caa965b.tar.bz2 abslibre-b07397f5fd37ae5dcd41591bbc9ac6f31caa965b.zip |
trytond-country-4.2.0-1: updating version
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/trytond-country/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD index fd9af3457..f9344e3b5 100644 --- a/pcr/trytond-country/PKGBUILD +++ b/pcr/trytond-country/PKGBUILD @@ -2,18 +2,18 @@ pkgname=trytond-country _pkgname=trytond_country -pkgver=4.0.1 -_pkgdir=4.0 +pkgver=4.2.0 +_pkgdir=4.2 pkgrel=1 pkgdesc="The country module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=4.0') +depends=('trytond>=4.2') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("a1dff2503177a6af23d9ffb228939b87") +md5sums=("5229bfba4005907a92b10edd7cde0dbf") build() { cd $srcdir/$_pkgname-$pkgver |