summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b839e13df86e..17e553969707 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-flask-httpauth
_pyname=Flask-HTTPAuth
-pkgver=3.0.2
+pkgver=3.1.0
pkgrel=1
pkgdesc="Simple extension that provides Basic and Digest HTTP authentication for Flask routes"
arch=('any')
@@ -12,8 +12,8 @@ url="https://github.com/miguelgrinberg/Flask-HTTPAuth"
license=('MIT')
options=(!emptydirs)
source=(https://pypi.python.org/packages/source/F/$_pyname/$_pyname-$pkgver.tar.gz)
-md5sums=('46f892d4f3f44756e0f86aa04770de9e')
-sha256sums=('61983e350206d4d4c266974a74a740053aa3ef2ccd6dc39235490efde4ca0921')
+md5sums=('00b9df7c2b8a39cba67a577b745964b4')
+sha256sums=('d992a4d5c9cef94c4bf637fdca5290c5c60bc4205155bb747150f127cda74a4d')
build() {
cd "$srcdir/$_pyname-$pkgver"