diff options
Diffstat (limited to 'pcr/trytond-country/PKGBUILD')
-rw-r--r-- | pcr/trytond-country/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD index ef309c7fc..72728dab0 100644 --- a/pcr/trytond-country/PKGBUILD +++ b/pcr/trytond-country/PKGBUILD @@ -1,19 +1,18 @@ # Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> -# Maintainer: André Silva <emulatorman@parabola.nu> pkgname=trytond-country _pkgname=trytond_country -pkgver=3.2.0 -_pkgdir=3.2 +pkgver=3.4.0 +_pkgdir=3.4 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.2') +depends=('trytond>=3.4') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("02bab5f3930fea6b2522484cea8caed8") +md5sums=("921057a207fa04af9e9599dc24b843fb") build() { cd $srcdir/$_pkgname-$pkgver |