summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwasertech2022-07-24 19:08:43 +0200
committerwasertech2022-07-24 19:08:43 +0200
commit2df1f69257ce15afe928a223de52dbdf96baa767 (patch)
tree0d0df2025782ef9187c2fdfb50b14bd2cd2e9dd9
parent1119d1adc5f0eb3c9b502ea6003569f0b0bf3067 (diff)
downloadaur-2df1f69257ce15afe928a223de52dbdf96baa767.tar.gz
back to 1.3.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 206dcda72faa..917dccfb0ad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=stt
pkgname=('stt' 'python-stt')
_pkgname=STT
-pkgver=1.4.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Coqui-STT for inference"
arch=('x86_64' 'aarch64' 'armv7' 'amd64')
@@ -9,7 +9,7 @@ url="https://github.com/coqui-ai/STT"
license=('MPL2')
makedepends=('gcc10' 'cmake' 'bazel' 'git' 'sox' 'wget' 'swig')
depends=('python' 'sox')
-source=("${_pkgname}-${pkgver}::git+https://github.com/coqui-ai/STT.git#tag=main")
+source=("${_pkgname}-${pkgver}::git+https://github.com/coqui-ai/STT.git#tag=v${pkgver}")
sha256sums=('SKIP')
provides=('stt' 'python-stt')
conflicts=('python-stt-bin' 'stt-bin')