summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-06-12 10:33:44 +0200
committerhaawda2020-06-12 10:33:44 +0200
commita9ab0c15e031d033c745c46c4572f044963bbf04 (patch)
treec0c341cac5bd23486338437211f0ddf48a8ecfc5 /PKGBUILD
parentf73962266952f327aa1e37e3fa5bdbdbca5c24d1 (diff)
downloadaur-a9ab0c15e031d033c745c46c4572f044963bbf04.tar.gz
add qt5-quickcontrols as dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b83db183c65..aaebe34f8fc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=elektra
pkgver=0.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="A universal hierarchical configuration store"
url="https://www.libelektra.org"
license=('custom:BSD')
arch=('i686' 'x86_64')
-depends=('yajl' 'qt5-base' 'python' 'curl' 'boost' 'swig' 'libuv' 'libgit2' 'libev' 'zeromq')
+depends=('yajl' 'qt5-base' 'python' 'curl' 'boost' 'swig' 'libuv' 'libgit2' 'libev' 'zeromq' 'qt5-quickcontrols')
optdepends=('ruby: for ruby bindings'
'python2: for python2-bindings'
'xerces-c: for python2-bindings'