summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwasertech2022-07-09 23:13:07 +0200
committerwasertech2022-07-09 23:13:07 +0200
commit1b126310b17afcc9f5274ae6a0951e664a46f3cf (patch)
tree48ecdf704c1a1326573973e4e05a5636eccbf941
parent0930f7d6ef372d5fb75d316c07fc546260f20766 (diff)
downloadaur-1b126310b17afcc9f5274ae6a0951e664a46f3cf.tar.gz
Update
-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')