mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 11:37:15 +08:00
django-email-as-username: update to 1.6.6
This commit is contained in:
parent
785885baf9
commit
927672ac9c
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user