Date: Friday, December 23, 2016 @ 20:19:27 Author: svenstaro Revision: 201284
upgpkg: python-flask 0.12-1 upstream release 0.12 Modified: python-flask/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-23 20:17:53 UTC (rev 201283) +++ PKGBUILD 2016-12-23 20:19:27 UTC (rev 201284) @@ -5,7 +5,7 @@ # Contributor: Tarmo Heiskanen <[email protected]> pkgname=('python-flask' 'python2-flask') -pkgver=0.11.1 +pkgver=0.12 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=('745ac6197a40537df2a24856d957497d577d50f3eab272aff94e9802807c4a82') +sha256sums=('dd4be177eee187c0e459ffc20a223d6ca0accc19fd4a237aeca50d4166d92d54') prepare() { cp -r "flask-$pkgver" "python-flask-$pkgver"
