Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8eed525c93b06bc7a47ed58869e3d1233797415e
commit 8eed525c93b06bc7a47ed58869e3d1233797415e Author: Slown <[email protected]> Date: Sat Nov 12 09:49:56 2016 +0100 pycountry-16.11.8-1-x86_64 * version bump diff --git a/source/devel-extra/pycountry/FrugalBuild b/source/devel-extra/pycountry/FrugalBuild index 240cee7..6e8c847 100644 --- a/source/devel-extra/pycountry/FrugalBuild +++ b/source/devel-extra/pycountry/FrugalBuild @@ -3,17 +3,18 @@ # Contributor: Devil505 <[email protected]> pkgname=pycountry -pkgver=1.20 -pkgrel=2 +pkgver=16.11.8 +pkgrel=1 pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations" -depends=('python>=2.7.12-2') +depends=('python>=2.7.12-3') makedepends=('python-distribute') groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('x86_64') Finclude pypi -sha1sums=('029ef0354e0dd5da606ea844aceff70bd22e1bf1') +source=(https://pypi.python.org/packages/65/d1/5f6cb3846907a696c4c02140855b9347f7af9d70b4417e55b4531f6eb1a2/pycountry-16.11.8.tar.gz) +sha1sums=('adbf41fa43e02ae52dde6a79c90b2b9483066bfe') build() { Fcd - python setup.py install --root=$Fdestdir/ || Fdie + python setup.py install --root=$Fdestdir || Fdie } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
