From e1b71e0779754f41b8af21a3759befa2c97a88dc Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 15 Apr 2015 11:29:04 -0400 Subject: update libre/python-django-countries --- libre/python-django-countries/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'libre/python-django-countries') 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') -- cgit v1.2.3