Date: Tuesday, June 23, 2015 @ 10:59:31 Author: giovanni Revision: 135749
upgpkg: python2-pycountry 1.12-1 upstream release Modified: python2-pycountry/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-23 08:53:32 UTC (rev 135748) +++ PKGBUILD 2015-06-23 08:59:31 UTC (rev 135749) @@ -3,7 +3,7 @@ # Contributor: Pawel "kTT" Salata <[email protected]> pkgname=python2-pycountry -pkgver=1.10 +pkgver=1.12 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=('617635a7e94dc3d18ebcb5382cd3c93f') +source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz") +md5sums=('1c64c708bbe900df9662b8c09c26b27a') package() { cd "${srcdir}/pycountry-${pkgver}"
