summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d32330d89737..d84cfb09c131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=deepspeech-git
_pkgname=DeepSpeech
pkgver=0.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="A TensorFlow implementation of Baidu's DeepSpeech architecture"
arch=('x86_64')
url="https://github.com/mozilla/DeepSpeech"
license=('MPL2')
-makedepends=('bazel' 'python-numpy' 'python-pip' 'python-wheel' 'python-setuptools')
-depends=('python-tensorflow' 'python-scipy')
+depends=('sox')
+makedepends=('bazel' 'python' 'sox')
source=("git+https://github.com/mozilla/DeepSpeech.git"
"git+https://github.com/mozilla/tensorflow.git")
sha512sums=('SKIP'