From 9948b2e8704e48f836a2aae304bcb1ea4b3c11f8 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 9 Jul 2016 21:30:02 -0500 Subject: trytond-country-4.0.1-1: updating version --- pcr/trytond-country/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD index 945c236d9..fd9af3457 100644 --- a/pcr/trytond-country/PKGBUILD +++ b/pcr/trytond-country/PKGBUILD @@ -2,18 +2,18 @@ pkgname=trytond-country _pkgname=trytond_country -pkgver=3.8.0 -_pkgdir=3.8 +pkgver=4.0.1 +_pkgdir=4.0 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.8') +depends=('trytond>=4.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("6806cfdf01537050dd4e12065ddd56cc") +md5sums=("a1dff2503177a6af23d9ffb228939b87") build() { cd $srcdir/$_pkgname-$pkgver @@ -23,4 +23,4 @@ build() { package() { cd $srcdir/$_pkgname-$pkgver python2 setup.py install --root=$pkgdir -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf