Date: Sunday, November 17, 2013 @ 12:07:23 Author: giovanni Revision: 101105
upgpkg: python2-pycountry 1.2-1 upstream release Modified: python2-pycountry/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-11-17 09:51:50 UTC (rev 101104) +++ PKGBUILD 2013-11-17 11:07:23 UTC (rev 101105) @@ -3,7 +3,7 @@ # Contributor: Pawel "kTT" Salata <rockplayer...@gmail.com> pkgname=python2-pycountry -pkgver=1.1 +pkgver=1.2 pkgrel=1 pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations" arch=('any') @@ -12,7 +12,7 @@ depends=('python2-lxml') makedepends=('python2-setuptools') source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip") -md5sums=('add6b7fcf64461902d3e0fb7d3a3682f') +md5sums=('109a22ae4f4526a850ff2392a8de8842') package() { cd "${srcdir}/pycountry-${pkgver}"