diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-15 11:29:04 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-15 14:42:51 -0400 |
commit | e1b71e0779754f41b8af21a3759befa2c97a88dc (patch) | |
tree | 40259f13ab33c22dbb9a9047a0225c5c73fb8c03 /libre/python-django-countries | |
parent | 436a6960eee1b64c131099a5cb45e3f534dfa759 (diff) | |
download | abslibre-e1b71e0779754f41b8af21a3759befa2c97a88dc.tar.gz abslibre-e1b71e0779754f41b8af21a3759befa2c97a88dc.tar.bz2 abslibre-e1b71e0779754f41b8af21a3759befa2c97a88dc.zip |
update libre/python-django-countries
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') |