Update termux-api

This commit is contained in:
Fredrik Fornwall 2015-06-30 18:56:50 -04:00
parent 0aa86addb5
commit f77975aa40
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=http://termux.com/add-ons/api/
TERMUX_PKG_DESCRIPTION="Termux API commands"
TERMUX_PKG_VERSION=0.4.49
TERMUX_PKG_VERSION=0.4.50
termux_step_make_install () {
mkdir -p $TERMUX_PREFIX/bin

View File

@ -1,3 +1,3 @@
#!/system/bin/sh
termux-api SpeechReceiver --es engine LIST_AVAILABLE
termux-api SpeechToText --es engine LIST_AVAILABLE

View File

@ -31,4 +31,4 @@ case "$1" in
esac
done
termux-api SpeechReceiver $PARAMS
termux-api SpeechToText $PARAMS