summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2021-07-20 17:14:18 -0400
committerGI_Jack2021-07-20 17:14:18 -0400
commit9b72c23e132004369035140229ea44e55c5934ed (patch)
tree9e37fa48d44be9806baec13570896cacc3f6fdf1 /PKGBUILD
parent096ade2bb1bb902e962c12ee74ddac09cb7f2cc1 (diff)
downloadaur-9b72c23e132004369035140229ea44e55c5934ed.tar.gz
oopsies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cea86659d842..509b5a0d2f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-flask1
pkgver=1.1.4
-pkgrel=2
+pkgrel=1
pkgdesc='Micro webdevelopment framework for Python(1.x Branch)'
url='http://flask.pocoo.org/'
arch=('any')
@@ -20,6 +20,7 @@ makedepends=('python-setuptools' 'python-werkzeug'
source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask/archive/${pkgver}.tar.gz")
sha512sums=('e7ca33d599c0f7b83542620e827c999124ffe30e31006815b49993a81f9cf0d61dd0433b73f57f922da5aeb76101beccfe63d9a7236e1850e326f838dc1f453f')
+
build() {
cd "flask-$pkgver"
python setup.py build