summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Wilper2018-05-05 22:42:03 +0200
committerSimon Wilper2018-05-05 22:42:03 +0200
commitbf46aa0b6eb0eb7cd75776a9338f5830787bddee (patch)
treee9f20e59559d6ee461a108fa0c54a47ccc4f9101 /PKGBUILD
parent5dafd093518f9a46a7562aa6039334d312b5dcfe (diff)
downloadaur-bf46aa0b6eb0eb7cd75776a9338f5830787bddee.tar.gz
uwsgi plugin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10d99ad58711..953e92271712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=cutelyst
pkgname=('cutelyst' 'cutelyst-docs')
pkgver=2.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="A Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework."
arch=('i686' 'x86_64')
url="http://cutelyst.org"
@@ -19,8 +19,9 @@ build() {
cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
- -DPLUGIN_VIEW_GRANTLEE=1 \
- -DPLUGIN_CSRFPROTECTION=1 \
+ -DPLUGIN_UWSGI=on \
+ -DPLUGIN_VIEW_GRANTLEE=on \
+ -DPLUGIN_CSRFPROTECTION=on \
-DCMAKE_INSTALL_PREFIX=/usr ".."
make
}