summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormojyack2021-02-26 21:35:49 +0900
committermojyack2021-02-26 21:35:49 +0900
commit1968809ea45901f86769a2de21cf63b16aa7cae4 (patch)
tree12ef8e01fb90df1191dc572c61a02a23486f6c48 /PKGBUILD
parentb292f507af9dec29234fa6a48c1901d7927dbf86 (diff)
downloadaur-mikan-dictionary-git.tar.gz
[fix] fixed missing dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6361a09c5da..e1cfddc5685d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url='https://github.com/mojyack/mikan-dictionary'
license=('MIT')
depends=()
-makedepends=('python')
+makedepends=('mecab' 'python')
optdepends=()
provides=('mikan-dictionary')
conflicts=('mikan-dictionary')