diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 16:06:52 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 16:06:52 -0500 |
commit | 085667a8c566246e7154a17a6c23eb1d8bee3ede (patch) | |
tree | 362091c0b2521180f7b0c8f91ddfc5d92845e489 /pcr/trytond-country | |
parent | 5d700b2cafbd323900ff95b80e00014c2f7bee7f (diff) | |
download | abslibre-085667a8c566246e7154a17a6c23eb1d8bee3ede.tar.gz abslibre-085667a8c566246e7154a17a6c23eb1d8bee3ede.tar.bz2 abslibre-085667a8c566246e7154a17a6c23eb1d8bee3ede.zip |
trytond-country-3.8.0-1: updating version
Diffstat (limited to 'pcr/trytond-country')
-rw-r--r-- | pcr/trytond-country/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD index 30f2e2b4e..945c236d9 100644 --- a/pcr/trytond-country/PKGBUILD +++ b/pcr/trytond-country/PKGBUILD @@ -1,19 +1,19 @@ -# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=trytond-country _pkgname=trytond_country -pkgver=3.4.1 -_pkgdir=3.4 +pkgver=3.8.0 +_pkgdir=3.8 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>=3.4') +depends=('trytond>=3.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("6628ee67c310284eef211fe3a9fc661c") +md5sums=("6806cfdf01537050dd4e12065ddd56cc") build() { cd $srcdir/$_pkgname-$pkgver |