summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Wilper2017-12-03 21:32:26 +0100
committerSimon Wilper2017-12-03 21:32:26 +0100
commit34aa6e8a2c3e88b920d0ccee7a0f53e7a7978a9c (patch)
tree1c677f535153aae8b2fb49207b9e7071622dfb8f
parent71d1ab2ae8d22b5868b0454a31b432d2a1f119cd (diff)
downloadaur-34aa6e8a2c3e88b920d0ccee7a0f53e7a7978a9c.tar.gz
fixed typo in dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff2d24ad055f..e125a0649a6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,9 @@ pkgbase = cutelyst
makedepends = cmake
makedepends = doxygen
makedepends = graphviz
- depends = qt5-base grantlee uwsgi
+ depends = qt5-base
+ depends = grantlee
+ depends = uwsgi
source = https://github.com/cutelyst/cutelyst/archive/v1.11.0.tar.gz
sha512sums = 30978e18713679f77772a75864c4245fcb5f4857e8452e12de5dd65f256c6337cfb905f6b2cb9d0dcfe646c0c9557c6485cbdb04b4f34b93dd9fbd9d2193d6d7
diff --git a/PKGBUILD b/PKGBUILD
index ed063161acdc..104405fc2a2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Web Framework built on top of Qt, using the simple approach of Cataly
arch=('i686' 'x86_64')
url="http://cutelyst.org"
license=('LGPL2.1')
-depends=('qt5-base grantlee uwsgi')
+depends=('qt5-base' 'grantlee' 'uwsgi')
makedepends=('cmake' 'doxygen' 'graphviz')
source=("https://github.com/cutelyst/cutelyst/archive/v${pkgver}.tar.gz")