Date: Tuesday, July 26, 2016 @ 11:47:48 Author: svenstaro Revision: 184288
upgpkg: python-flask 0.11.1-1 upstream release 0.11.1 Modified: python-flask/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-26 10:48:31 UTC (rev 184287) +++ PKGBUILD 2016-07-26 11:47:48 UTC (rev 184288) @@ -5,8 +5,8 @@ # Contributor: Tarmo Heiskanen <[email protected]> pkgname=('python-flask' 'python2-flask') -pkgver=0.11 -pkgrel=2 +pkgver=0.11.1 +pkgrel=1 pkgdesc='Micro webdevelopment framework for Python' url='http://flask.pocoo.org/' arch=('any') @@ -13,7 +13,7 @@ license=('custom:BSD') makedepends=('python-setuptools' 'python2-setuptools') source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz") -sha256sums=('c222c4507f8120201767c30189f99092d9f81c10013b7b1888fc838e5d0d3c16') +sha256sums=('745ac6197a40537df2a24856d957497d577d50f3eab272aff94e9802807c4a82') prepare() { cp -r "flask-$pkgver" "python-flask-$pkgver"
