summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2018-06-26 17:54:31 +0800
committerJingbei Li2018-06-26 17:54:31 +0800
commit444e5ded5a65a1d586bf570fae08186775761909 (patch)
tree445e1b3c868f4d43a3e90c3b8a991c261ec7bb83 /PKGBUILD
parent869e7212db74b9f2c3174ed59ff910dfbe2845dd (diff)
downloadaur-444e5ded5a65a1d586bf570fae08186775761909.tar.gz
updated dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 382bdf1fc2f4..b25d54861123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,8 @@ pkgname="$_pkgname-$_gitname"
pkgdesc='Speech recognition research toolkit'
pkgver=r94.c358d7b
pkgrel=2
-makedepends=('git' 'wget' 'python' 'python2' 'subversion')
+depends=('kaldi')
+makedepends=('git')
arch=('x86_64' 'i686')
url='https://github.com/kaldi-asr/kaldi'
license=('APACHE')