[arch-commits] Commit in python-flask-login/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Sep 30 23:35:49 UTC 2015
Date: Thursday, October 1, 2015 @ 01:35:48
Author: fyan
Revision: 142282
upgpkg: python-flask-login 0.3.1-1
Modified:
python-flask-login/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-30 20:11:42 UTC (rev 142281)
+++ PKGBUILD 2015-09-30 23:35:48 UTC (rev 142282)
@@ -3,8 +3,9 @@
pkgbase=python-flask-login
pkgname=('python2-flask-login' 'python-flask-login')
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+_commit=f1d961c0973b83a5f1ab935b20f1be99a445882a
+pkgrel=1
pkgdesc="User session management for Flask."
arch=('any')
url="https://pythonhosted.org/Flask-Login/"
@@ -11,7 +12,7 @@
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 'python2-flask' 'git')
checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 'python-blinker' 'python2-blinker')
-source=("git+https://github.com/maxcountryman/flask-login.git#tag=$pkgver")
+source=("git+https://github.com/maxcountryman/flask-login.git#commit=$_commit")
md5sums=('SKIP')
prepare() {
More information about the arch-commits
mailing list