diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-07-09 21:30:02 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-07-09 21:30:02 -0500 |
commit | 9948b2e8704e48f836a2aae304bcb1ea4b3c11f8 (patch) | |
tree | 99bac9024d3ad20f572f4219101469c2a983591c /pcr/trytond-country | |
parent | 59ef9b59a9f4096a7b7f4bb3e0137809784aa520 (diff) | |
download | abslibre-9948b2e8704e48f836a2aae304bcb1ea4b3c11f8.tar.gz abslibre-9948b2e8704e48f836a2aae304bcb1ea4b3c11f8.tar.bz2 abslibre-9948b2e8704e48f836a2aae304bcb1ea4b3c11f8.zip |
trytond-country-4.0.1-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 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 +} |