diff options
Diffstat (limited to 'pcr/trytond-country')
-rw-r--r-- | pcr/trytond-country/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD index 72728dab0..30f2e2b4e 100644 --- a/pcr/trytond-country/PKGBUILD +++ b/pcr/trytond-country/PKGBUILD @@ -1,7 +1,8 @@ # Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=trytond-country _pkgname=trytond_country -pkgver=3.4.0 +pkgver=3.4.1 _pkgdir=3.4 pkgrel=1 pkgdesc="The country module of the Tryton application platform" @@ -12,7 +13,7 @@ groups=('trytond-modules') depends=('trytond>=3.4') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("921057a207fa04af9e9599dc24b843fb") +md5sums=("6628ee67c310284eef211fe3a9fc661c") build() { cd $srcdir/$_pkgname-$pkgver @@ -22,4 +23,4 @@ build() { package() { cd $srcdir/$_pkgname-$pkgver python2 setup.py install --root=$pkgdir -} +}
\ No newline at end of file |