Django EmailAsUsername plugin 1.6.0

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2012-09-24 20:27:59 +00:00
parent c8f0f5e225
commit 0db96d3959

View File

@ -5,7 +5,7 @@
pkgname=django-email-as-username
_dev=dabapps
pkgver=1.5.1
pkgver=1.6.0
pkgrel=1
pkgdesc="User authentication with email addresses instead of usernames"
url="https://github.com/dabapps/django-email-as-username"
@ -14,7 +14,7 @@ license=('BSD')
depends=('django' 'python2')
makedepends=('markdown')
source=($pkgname-$pkgver::https://nodeload.github.com/$_dev/$pkgname/tarball/$pkgver)
md5sums=('aa7c7a322bd91fea523187ef2716457c')
md5sums=('188199719ef758d27db45549f389e158')
build() {
cd $srcdir/$_dev-$pkgname-*