Package Details: python-speechrecognition 3.9.0-1

Git Clone URL: https://aur.archlinux.org/python-speechrecognition.git (read-only, click to copy)
Package Base: python-speechrecognition
Description: Google-powered speech recognition for Python
Upstream URL: https://github.com/Uberi/speech_recognition
Licenses: MIT
Provides: python-speech_recognition
Submitter: None
Maintainer: None
Last Packager: lmartinez-mirror
Votes: 3
Popularity: 0.000000
First Submitted: 2015-01-29 02:22 (UTC)
Last Updated: 2023-03-07 19:02 (UTC)

Latest Comments

sanerb commented on 2017-10-02 23:49 (UTC)

==> Validating source files with md5sums... 3.7.1.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check!

bijan commented on 2016-05-19 16:54 (UTC)

I changed PKGBUILD to include 3.4.5 version and added pyaudio and pocketsphinx as dependencies. hope it helps others as well: pkgname=python-speechrecognition _pkgname=speech_recognition pkgver=3.4.5 pkgrel=1 pkgdesc="Google-powered speech recognition for Python" arch=('i686' 'x86_64') url="https://github.com/Uberi/speech_recognition" license=('MIT') depends=('python', 'pyaudio', 'pocketsphinx') source=(https://github.com/Uberi/speech_recognition/archive/$pkgver.tar.gz) md5sums=('b20d0bd216b0138112950d31e004347f') build() { cd $srcdir/$_pkgname-$pkgver python setup.py build } package() { cd $srcdir/$_pkgname-$pkgver python setup.py install --root=$pkgdir }