summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAseem Athale2023-11-09 14:29:47 +0530
committerAseem Athale2023-11-09 14:29:47 +0530
commit0b2f0be18c1d4d81f6b704989000957b6d05e467 (patch)
tree815bee1abca6e0281ef3372b897029f4aa37bec7 /PKGBUILD
parentb7bd265f37bc0e5bb8e07dba12d35883f318d83e (diff)
downloadaur-0b2f0be18c1d4d81f6b704989000957b6d05e467.tar.gz
python-google-cloud-firestore: upgpkg: 2.13.1-1
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84b4a72ea926..fade4ced12f3 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.13.0
+pkgver=2.13.1
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=('6e20fc2a1e359b7443151461b4fd96553ad8627b48ac85ab61adc068880334ca')
+sha256sums=('94eed0dda1dfd99046ee7a2d543af8d2759a2c2ebea406607f9f0399843ee573')
build() {
cd "python-firestore-$pkgver"