summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSasasu2016-12-18 20:56:26 +0800
committerSasasu2016-12-18 20:56:26 +0800
commitc0a1ecbb437da0d61ebfb9b4868070337686852d (patch)
treea397dcecb5c6b99d60d77880ffbfabf0d3d91649
parent84728f142b3b9e6e2c88a2a39b5200c747437a89 (diff)
downloadaur-c0a1ecbb437da0d61ebfb9b4868070337686852d.tar.gz
fix depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b404bb19bdb..23e4fec12959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="DBus interface of libcppjieba && Chinese2Pinyin for KDE5"
arch=('any')
url="https://github.com/isoft-linux/kjieba"
license=('GPL2')
-depends=('gcc' 'qt5-base')
+depends=('gcc' 'qt5-base' 'krunner')
makedepends=('git' 'make' 'extra-cmake-modules')
source=("$pkgname::git+https://github.com/isoft-linux/kjieba"
"libcppjieba::git+https://github.com/yanyiwu/libcppjieba")