Date: Monday, May 22, 2017 @ 23:40:18 Author: svenstaro Revision: 229414
upgpkg: python-flask 0.12.2-1 Modified: python-flask/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-22 23:39:03 UTC (rev 229413) +++ PKGBUILD 2017-05-22 23:40:18 UTC (rev 229414) @@ -5,7 +5,7 @@ # Contributor: Tarmo Heiskanen <[email protected]> pkgname=('python-flask' 'python2-flask') -pkgver=0.12.1 +pkgver=0.12.2 pkgrel=1 pkgdesc='Micro webdevelopment framework for Python' url='http://flask.pocoo.org/' @@ -13,7 +13,7 @@ license=('custom:BSD') makedepends=('python-setuptools' 'python2-setuptools') source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz") -sha256sums=('a574437c342439814233bffa47cac4062ff19af2fa7c54b5f686ce89b08bceff') +sha256sums=('ef3f047ab2af83fc1b9658d8953857f63a84a2fcebcf4e77f8252f0f3e7684f2') prepare() { cp -r "flask-$pkgver" "python-flask-$pkgver"
