summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Wilper2017-02-20 23:13:38 +0100
committerSimon Wilper2017-02-20 23:13:38 +0100
commit5813e9820e091dadf2782efd6815007efd1afffb (patch)
tree6a486060169b74c1f5736f4872b1582dbae01281
parentb04aab12e668ffc438de2b35622b768236b5dbd5 (diff)
downloadaur-5813e9820e091dadf2782efd6815007efd1afffb.tar.gz
added grantlee
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e16259a6d9a8..cdc7fa143c6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = cutelyst
makedepends = cmake
makedepends = doxygen
makedepends = graphviz
+ makedepends = grantlee
depends = qt5-base
depends = uwsgi
source = https://github.com/cutelyst/cutelyst/archive/r1.4.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 59154f69b2d4..b4eaec6fc75c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://cutelyst.org"
license=('LGPL2.1')
depends=('qt5-base' 'uwsgi')
-makedepends=('cmake' 'doxygen' 'graphviz')
+makedepends=('cmake' 'doxygen' 'graphviz' 'grantlee')
source=("https://github.com/cutelyst/cutelyst/archive/r${pkgver}.tar.gz")
md5sums=('327a9cb263ad5a41e5d920b660e508b3')