summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 09:05:43 +1100
committerPumpkinCheshire2020-12-04 09:05:43 +1100
commit8f4c3036d05b1c1e6545339bda811d639db4854b (patch)
tree8ad6455b28e8863af9168cd52200a5fb4d3c24d0
parent7fc5f42f82b8ba5afc9e6d12af4cba050d4b19d6 (diff)
downloadaur-8f4c3036d05b1c1e6545339bda811d639db4854b.tar.gz
bump for python3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b20b9bd6eec7..2a693aecc7c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-google-cloud-speech
pkgdesc = A google cloud speech api for python to convert audio to text.
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/googleapis/python-speech
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 1efc62c49de2..52ead2a00a8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-google-cloud-speech
_name=google-cloud-speech
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A google cloud speech api for python to convert audio to text."
arch=('any')
url="https://github.com/googleapis/python-speech"