summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOriginCode2018-02-22 16:17:50 +0800
committerOriginCode2018-02-22 16:17:50 +0800
commitf0768860f1024c154dd45df10429e3a7e51b9db3 (patch)
tree67384266ca148daa9088d53463eceb22f2f4a570
parentc2514fe386acbd4aa8a4cdf820bc1b6b5f635c6b (diff)
downloadaur-f0768860f1024c154dd45df10429e3a7e51b9db3.tar.gz
Fixed make trouble.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c42909a4115d..3f112784279d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/fcitx/fcitx5-anthy"
license=('GPL')
depends=('fcitx5-git' 'anthy' 'hicolor-icon-theme')
-makedepends=('cmake' 'git')
+makedepends=('cmake' 'git' 'extra-cmake-modules')
conflicts=('fcitx-anthy')
provides=('fcitx5-anthy')
source=('git+https://github.com/fcitx/fcitx5-anthy.git')