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 17e553969707..95ae8a3b6fa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-flask-httpauth
_pyname=Flask-HTTPAuth
-pkgver=3.1.0
+pkgver=3.1.1
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=('00b9df7c2b8a39cba67a577b745964b4')
-sha256sums=('d992a4d5c9cef94c4bf637fdca5290c5c60bc4205155bb747150f127cda74a4d')
+md5sums=('823cd56a3d58a84958e889436bffb6ec')
+sha256sums=('2b0a8df9044166e279fea5b311c7a38fd00eb2b9e9926daf69eae29f61441622')
build() {
cd "$srcdir/$_pyname-$pkgver"