summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2021-12-13 09:41:48 -0700
committerBenjamin Denhartog2021-12-13 10:08:18 -0700
commite39f2807496b9d5fc483f2edd8db1fbe0bec6205 (patch)
tree38f25cd4b4e0bc43e7918e59facb3579aeb63d91
parent7c4029cc6a798f42f3fadbfc756095aa98f6993d (diff)
downloadaur-e39f2807496b9d5fc483f2edd8db1fbe0bec6205.tar.gz
fix: add patch for collections.abc import error
python 3.10 was promoted to community, which causes an error when invoking google-cloud-sdk due to various imports which do not account for the difference between the python2 and python3 library change (various symbols from the root of the `collections` library were moved under `collections.abc`). Closes: sudoforge/pkgbuilds#50 Change-Id: I9cc5fe48d2a6124a0c86515cdcb9b82c325ca5b5 GitOrigin-RevId: a5e6d2808458b8e1b6e54a07b77103f1b81d0eb0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc17808e9f7b..8e649c633ef7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-cloud-sdk-app-engine-java
pkgdesc = A google-cloud-sdk component that provides the Java runtime for AppEngine.
pkgver = 366.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://cloud.google.com/sdk/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index bbe370fdf691..0254b61209a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=google-cloud-sdk-app-engine-java
pkgver=366.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A google-cloud-sdk component that provides the Java runtime for AppEngine."
url="https://cloud.google.com/sdk/"
license=("Apache")