summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-04-25 03:52:47 +0800
committerPumpkinCheshire2021-04-25 03:52:47 +0800
commit9df10c9dd1a60a7a8068788f266e51ddc54aa533 (patch)
treedb223b03b02785d5a829de9c54f0c2806b11493b
parent0f98a1e0bcbb6147b628696aa35a6f157b0c9e1a (diff)
downloadaur-9df10c9dd1a60a7a8068788f266e51ddc54aa533.tar.gz
bump to 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52e927c3d259..29289fbeecbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-google-cloud-speech
pkgdesc = A google cloud speech api for python to convert audio to text.
- pkgver = 2.2.1
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/googleapis/python-speech
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-google-cloud-speech
depends = python-libcst
depends = python-proto-plus
depends = python-google-api-core
- source = https://files.pythonhosted.org/packages/source/g/google-cloud-speech/google-cloud-speech-2.2.1.tar.gz
- sha256sums = 02f8980c8ebc675d4cfeba878104d0ba060d7a63d30399d6e1a5504e2c0c6312
+ source = https://files.pythonhosted.org/packages/source/g/google-cloud-speech/google-cloud-speech-2.3.0.tar.gz
+ sha256sums = ec1f87c202478cf2f7c9e14b53cdf7b970b532f1b451a23106643ce95b8dda6c
pkgname = python-google-cloud-speech
diff --git a/PKGBUILD b/PKGBUILD
index 08028376979a..032b01c7f9b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-google-cloud-speech
_name=google-cloud-speech
-pkgver=2.2.1
+pkgver=2.3.0
pkgrel=1
pkgdesc="A google cloud speech api for python to convert audio to text."
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-libcst'
makedepends=('python'
'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('02f8980c8ebc675d4cfeba878104d0ba060d7a63d30399d6e1a5504e2c0c6312')
+sha256sums=('ec1f87c202478cf2f7c9e14b53cdf7b970b532f1b451a23106643ce95b8dda6c')
build() {
cd "$_name-$pkgver"