summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Wilper2018-04-24 20:39:10 +0200
committerSimon Wilper2018-04-24 20:39:10 +0200
commit7ed2756c0a470cacc9cd1b5e93e6df1f2663656b (patch)
tree5d1b0d543ce616645c5fee68aa4aeb1ae63d22c4
parentb4123fee5313a783337e6493bb583b566d09a043 (diff)
downloadaur-7ed2756c0a470cacc9cd1b5e93e6df1f2663656b.tar.gz
removed unneeded cmake variable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5424632ca15b..796ebaa8abf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cutelyst
pkgdesc = A Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://cutelyst.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f57d8cc9bebc..87ddcd075043 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=cutelyst
pkgname=('cutelyst' 'cutelyst-docs')
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
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"
@@ -20,7 +20,6 @@ build() {
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DPLUGIN_VIEW_GRANTLEE=1 \
- -DUWSGI_PLUGINS_DIR=/usr/lib/uwsgi \
-DCMAKE_INSTALL_PREFIX=/usr ".."
make
}