diff options
Diffstat (limited to 'libre/python-django-countries')
-rw-r--r-- | libre/python-django-countries/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libre/python-django-countries/PKGBUILD b/libre/python-django-countries/PKGBUILD index 93e7c8a31..1f0a609e9 100644 --- a/libre/python-django-countries/PKGBUILD +++ b/libre/python-django-countries/PKGBUILD @@ -2,9 +2,9 @@ _pkgname=django-countries pkgname=(python-$_pkgname python2-$_pkgname) -pkgver=2.1.2 +pkgver=3.3 pkgdesc="Provides a country field for Django models" -url="http://bitbucket.org/smileychris/$_pkgname/" +url="https://github.com/SmileyChris/django-countries" license=('custom:MIT') conflicts=($_pkgname) @@ -12,8 +12,10 @@ conflicts=($_pkgname) pkgrel=3 arch=(any) makedepends=(python{,2}-{django,setuptools}) -source=(http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz) -md5sums=('15e19fd70be1e8939f1bffcfe008e878') +source=(http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz{,.asc}) +md5sums=('a981d1ae636ef8b5f05a0c73f7a7806e' + 'SKIP') +validpgpkeys=('012F5E34E68956C6C24A4D2FD6F44049700D3AF0') package_python-django-countries() { depends=('python-django') |