[arch-commits] Commit in python-flask-autoindex/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 18 22:42:41 UTC 2016
Date: Thursday, May 19, 2016 @ 00:42:41
Author: arojas
Revision: 175670
Add python-future dependency
Modified:
python-flask-autoindex/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-18 22:33:44 UTC (rev 175669)
+++ PKGBUILD 2016-05-18 22:42:41 UTC (rev 175670)
@@ -6,7 +6,7 @@
pkgbase=python-flask-autoindex
pkgname=(python2-flask-autoindex python-flask-autoindex)
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Flask-AutoIndex generates an index page for your Flask application automatically"
arch=(any)
url="http://packages.python.org/Flask-AutoIndex/"
@@ -20,7 +20,7 @@
}
package_python2-flask-autoindex() {
- depends=(python2-flask-silk)
+ depends=(python2-flask-silk python2-future)
cd python2-$_pipname-$pkgver
python2 setup.py install --root="$pkgdir/" --optimize=1
@@ -32,7 +32,7 @@
}
package_python-flask-autoindex() {
- depends=(python-flask-silk)
+ depends=(python-flask-silk python-future)
cd $_pipname-$pkgver
python setup.py install --root="$pkgdir/" --optimize=1
More information about the arch-commits
mailing list