summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-03-12 08:25:00 -0800
committerAndy Weidenbaum2016-03-12 08:25:00 -0800
commit4bc6302414b27ddae775ab57919c98235929a404 (patch)
tree4ae3198927127316ba6bd69f0c831bd7dcb50cc8 /PKGBUILD
parent69927bed78ad532e00ea2df84e426d64a13bf75d (diff)
downloadaur-4bc6302414b27ddae775ab57919c98235929a404.tar.gz
update pkgver to 3.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3539f9584315..b839e13df86e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-flask-httpauth
_pyname=Flask-HTTPAuth
-pkgver=3.0.1
+pkgver=3.0.2
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=('97959816cdf2091526b7511443a9e6d8')
-sha256sums=('8da3f2cd15aa189c55ffec3dc42041324dd63b3b267c1d0a30de24093dcaba8b')
+md5sums=('46f892d4f3f44756e0f86aa04770de9e')
+sha256sums=('61983e350206d4d4c266974a74a740053aa3ef2ccd6dc39235490efde4ca0921')
build() {
cd "$srcdir/$_pyname-$pkgver"