Date: Thursday, April 10, 2014 @ 17:22:03 Author: fyan Revision: 109128
upgpkg: python2-pycountry 1.5-1 Modified: python2-pycountry/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-10 14:29:32 UTC (rev 109127) +++ PKGBUILD 2014-04-10 15:22:03 UTC (rev 109128) @@ -3,7 +3,7 @@ # Contributor: Pawel "kTT" Salata <[email protected]> pkgname=python2-pycountry -pkgver=1.4 +pkgver=1.5 pkgrel=1 pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations" arch=('any') @@ -11,8 +11,8 @@ license=('LGPL2.1') depends=('python2-lxml') makedepends=('python2-setuptools') -source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip") -md5sums=('72f18d648215ababf1b82246a4fbe9d8') +source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.tar.gz") +md5sums=('c0acbfbdad5b4d044b459ec4f7a0e8b7') package() { cd "${srcdir}/pycountry-${pkgver}"
