summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')