aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-04-09 10:30:23 +0200
committerBart Ribbers <bribbers@disroot.org>2021-04-09 10:30:23 +0200
commit3691562e75437598d39c19ba5afaa1a89f4b1726 (patch)
treee5515b37c23591f014aefa96538acb32c8607a66
parent6217ab5fe6cbf7718de9d704f06dc23824467935 (diff)
community/maliit-keyboard: add missing runtime dep on dconf
-rw-r--r--community/maliit-keyboard/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/maliit-keyboard/APKBUILD b/community/maliit-keyboard/APKBUILD
index c02324591cd..d8f229746bd 100644
--- a/community/maliit-keyboard/APKBUILD
+++ b/community/maliit-keyboard/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=maliit-keyboard
pkgver=2.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="Maliit Keyboard 2"
# armhf blocked by qt5-qtdeclarative
# s390x and mips64 blocked by libpinyin
arch="all !armhf !s390x !mips64"
url="https://github.com/maliit/keyboard"
license="LGPL-3.0-only AND BSD-3-Clause AND CC-BY-SA-3.0"
+depends="dconf"
makedepends="
anthy-dev
cmake