summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed11d0efef6f..6ab846bfcfec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = stt-bin
- pkgdesc = A TensorFlow implementation of Baidu's stt architecture - C++ native client + devel files.
+ pkgdesc = A TensorFlow implementation of Baidu's stt architecture - Python native client + CTC decoder.
pkgver = 1.3.0
pkgrel = 2
url = https://github.com/coqui-ai/STT
diff --git a/PKGBUILD b/PKGBUILD
index fcbfce0260a6..11873b99bc67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=stt-bin
_pkgname=STT
pkgver=1.3.0
pkgrel=1
-pkgdesc="A TensorFlow implementation of Baidu's DeepSpeech architecture - Python native client + devel files."
+pkgdesc="A TensorFlow implementation of Baidu's DeepSpeech architecture - Python native client + CTC decoder."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/coqui-ai/STT"
license=('MPL2')