summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index baa618a8837b..e42e08bb6ee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
pkgname='kaldi-openfst'
_pkgname='kaldi'
pkgdesc='Speech recognition research toolkit'
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.5
+pkgrel=1
+depends=('gcc-libs')
makedepends=('git' 'wget' 'python' 'python2' 'subversion')
arch=('x86_64' 'i686')
url='https://github.com/kaldi-asr/kaldi'