aur/python-flask to 0.6.1-2

This commit is contained in:
Kevin Mihelich 2011-06-09 17:58:22 -04:00
parent 3414642b30
commit 1134fdbf93

View file

@ -4,13 +4,13 @@ plugrel=1
pkgname=python-flask
pkgver=0.6.1
pkgrel=1
pkgrel=2
pkgdesc='Micro webdevelopment framework for Python'
arch=('any')
url='http://flask.pocoo.org/'
license=('BSD')
depends=('python2' 'python-werkzeug' 'python-jinja')
makedepends=('setuptools')
makedepends=('python2-distribute')
source=("http://pypi.python.org/packages/source/F/Flask/Flask-${pkgver}.tar.gz")
md5sums=('7af56e33fb6a35db2818c20e604c8698')