summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-06-12 10:33:44 +0200
committerhaawda2020-06-12 10:33:44 +0200
commita9ab0c15e031d033c745c46c4572f044963bbf04 (patch)
treec0c341cac5bd23486338437211f0ddf48a8ecfc5
parentf73962266952f327aa1e37e3fa5bdbdbca5c24d1 (diff)
downloadaur-a9ab0c15e031d033c745c46c4572f044963bbf04.tar.gz
add qt5-quickcontrols as dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d34e4f7215a..52c02386345a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = elektra
pkgdesc = A universal hierarchical configuration store
pkgver = 0.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.libelektra.org
arch = i686
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = elektra
depends = libgit2
depends = libev
depends = zeromq
+ depends = qt5-quickcontrols
optdepends = ruby: for ruby bindings
optdepends = python2: for python2-bindings
optdepends = xerces-c: for python2-bindings
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'