summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-03-12 08:25:00 -0800
committerAndy Weidenbaum2016-03-12 08:25:00 -0800
commit4bc6302414b27ddae775ab57919c98235929a404 (patch)
tree4ae3198927127316ba6bd69f0c831bd7dcb50cc8
parent69927bed78ad532e00ea2df84e426d64a13bf75d (diff)
downloadaur-4bc6302414b27ddae775ab57919c98235929a404.tar.gz
update pkgver to 3.0.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f569169c326..84605f713e80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 12:50:41 UTC 2016
+# Sat Mar 12 16:24:47 UTC 2016
pkgbase = python-flask-httpauth
pkgdesc = Simple extension that provides Basic and Digest HTTP authentication for Flask routes
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/miguelgrinberg/Flask-HTTPAuth
arch = any
@@ -11,9 +11,9 @@ pkgbase = python-flask-httpauth
depends = python
depends = python-flask
options = !emptydirs
- source = https://pypi.python.org/packages/source/F/Flask-HTTPAuth/Flask-HTTPAuth-3.0.1.tar.gz
- md5sums = 97959816cdf2091526b7511443a9e6d8
- sha256sums = 8da3f2cd15aa189c55ffec3dc42041324dd63b3b267c1d0a30de24093dcaba8b
+ source = https://pypi.python.org/packages/source/F/Flask-HTTPAuth/Flask-HTTPAuth-3.0.2.tar.gz
+ md5sums = 46f892d4f3f44756e0f86aa04770de9e
+ sha256sums = 61983e350206d4d4c266974a74a740053aa3ef2ccd6dc39235490efde4ca0921
pkgname = python-flask-httpauth
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"