Date: Tuesday, January 12, 2021 @ 14:51:40 Author: felixonmars Revision: 819930
upgpkg: python-flask-dance 3.2.0-1 Modified: python-flask-dance/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-12 14:48:11 UTC (rev 819929) +++ PKGBUILD 2021-01-12 14:51:40 UTC (rev 819930) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-flask-dance -pkgver=3.1.0 -pkgrel=2 +pkgver=3.2.0 +pkgrel=1 pkgdesc="Doing the OAuth dance with style using Flask, requests, and oauthlib" url="https://github.com/singingwolfboy/flask-dance" license=('MIT') @@ -15,7 +15,7 @@ 'python-flask-sqlalchemy' 'python-flask-login' 'python-flask-caching' 'python-flask-sphinx-themes' 'python-sphinxcontrib-seqdiag' 'python-betamax') source=("$pkgname-$pkgver.tar.gz::https://github.com/singingwolfboy/flask-dance/archive/v$pkgver.tar.gz") -sha512sums=('6e56b7e3d40554aad5029430d69772cead47fe0808b7bfa1a77e02f58378ba29cd8a5bdb8b7d0c729fea747ba3f048829a48f25aeefb720c9ceb472b1a54f1c6') +sha512sums=('b138d5fb05009547404f4ee063ff1d5e2ba4e1deb6327bb7b21e1bc9d6971be64bbbc3808d29bf362f214ba13b418f38cf728a250262e6e69b4a89de103aa3b7') build() { cd flask-dance-$pkgver
