diff options
Diffstat (limited to 'pcr')
-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 |