django-email-as-username: update to 1.6.6

This commit is contained in:
Bruce 2013-12-08 16:08:27 +00:00
parent 785885baf9
commit 927672ac9c

View File

@ -5,7 +5,7 @@
pkgname=django-email-as-username
_dev=dabapps
pkgver=1.6.5
pkgver=1.6.6
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=("https://github.com/$_dev/django-email-as-username/archive/$pkgver.tar.gz")
md5sums=('702ef7992114d40470cf8c6b31339e50')
md5sums=('8854ed5b69c703dfcb82000d4f74a344')
build() {
cd $srcdir/$pkgname-$pkgver
@ -29,3 +29,4 @@ package() {
install -d $pkgdir/usr/share/licenses/$pkgname
markdown README.md > $pkgdir/usr/share/licenses/$pkgname/information.html
}