summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNOGISAKA Sadata2021-08-29 22:28:34 +0900
committerNOGISAKA Sadata2021-08-29 22:28:34 +0900
commit296cc92eda08ebe6552d77752b897f53f3d38a46 (patch)
tree7c450fcd5b02696d98f0465cc1d4404008608a23 /PKGBUILD
parent2ccb45eb46c4348c6b73caaec451e7b4b78830a2 (diff)
downloadaur-296cc92eda08ebe6552d77752b897f53f3d38a46.tar.gz
Bump up to 1.0.4-3 (use git repository on installation / add makedepends)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f70eca7f2a8..37e51e6158ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64' 'i686')
url="http://taku910.github.io/mecab/"
license=('BSD' 'LGPL2.1' 'GPL2')
depends=('python' 'mecab' 'mecab-ipadic')
-makedepends=('python-setuptools' 'git' 'swig')
+makedepends=('python-setuptools' 'python-wheel' 'python-pip' 'git' 'swig')
source=("git+https://github.com/SamuraiT/mecab-python3.git")
sha1sums=('SKIP')