summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-04-21 07:01:58 -0700
committerAndy Weidenbaum2016-04-21 07:01:58 -0700
commit85d7cbb1711885f994db66b30e9957c792e5807c (patch)
treec0035150db9187254916fcc61c593411ecb162c5 /PKGBUILD
parent767e8c21c01e8c41160f0eea92a730175d71227c (diff)
downloadaur-85d7cbb1711885f994db66b30e9957c792e5807c.tar.gz
update pkgver to 3.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95ae8a3b6fa4..6c0990d24aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-flask-httpauth
_pyname=Flask-HTTPAuth
-pkgver=3.1.1
+pkgver=3.1.2
pkgrel=1
pkgdesc="Simple extension that provides Basic and Digest HTTP authentication for Flask routes"
arch=('any')
@@ -11,9 +11,9 @@ makedepends=('python-setuptools')
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=('823cd56a3d58a84958e889436bffb6ec')
-sha256sums=('2b0a8df9044166e279fea5b311c7a38fd00eb2b9e9926daf69eae29f61441622')
+source=(https://pypi.python.org/packages/fc/f8/2c06d94c9181affe2c31d5d53794358160240bcfe918446c1425f37663eb/$_pyname-$pkgver.tar.gz)
+md5sums=('2a29a2613cbc391b96b8cfa8cd97a81f')
+sha256sums=('e54fc11a6ca872ff0784d9bb56461b32b6d82e3d568dfacc0a1d1a21023d1af6')
build() {
cd "$srcdir/$_pyname-$pkgver"