summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAseem Athale2023-10-28 09:31:19 +0530
committerAseem Athale2023-10-28 09:31:19 +0530
commitb7bd265f37bc0e5bb8e07dba12d35883f318d83e (patch)
tree4b1009801231ce282e66684b269b76ae3467088e
parentedd9cb8ee6129dc721c84aae3a51cf2dcc21839e (diff)
downloadaur-b7bd265f37bc0e5bb8e07dba12d35883f318d83e.tar.gz
python-google-cloud-firestore: upgpkg: 2.13.0-1
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39576522ac6d..778e657b6e64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-google-cloud-firestore
pkgdesc = Google's Firestore Python client library
- pkgver = 2.12.0
+ pkgver = 2.13.0
pkgrel = 1
url = https://github.com/googleapis/python-firestore
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = python-google-cloud-firestore
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = https://github.com/googleapis/python-firestore/archive/v2.12.0.tar.gz
- sha256sums = 9f44566b6b29dc45095c53d3fb49ce267aa799726a427ab6a1ff3942873ab092
+ source = https://github.com/googleapis/python-firestore/archive/v2.13.0.tar.gz
+ sha256sums = 6e20fc2a1e359b7443151461b4fd96553ad8627b48ac85ab61adc068880334ca
pkgname = python-google-cloud-firestore
diff --git a/PKGBUILD b/PKGBUILD
index 95a868a76368..84b4a72ea926 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name [at] last name [dot] net>
pkgname=python-google-cloud-firestore
-pkgver=2.12.0
+pkgver=2.13.0
pkgrel=1
pkgdesc="Google's Firestore Python client library"
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(APACHE)
depends=('python')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=(https://github.com/googleapis/python-firestore/archive/v${pkgver}.tar.gz)
-sha256sums=('9f44566b6b29dc45095c53d3fb49ce267aa799726a427ab6a1ff3942873ab092')
+sha256sums=('6e20fc2a1e359b7443151461b4fd96553ad8627b48ac85ab61adc068880334ca')
build() {
cd "python-firestore-$pkgver"