summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e50fb4e86749..047c8de22bdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=python-google-earthengine-api
_name=${pkgname#python-}
pkgver=0.1.326
-pkgrel=2
+pkgrel=3
pkgdesc="Python client libraries for calling the Google Earth Engine API."
arch=('any')
url="https://github.com/google/earthengine-api"
license=('APACHE')
depends=(
+ 'google-cloud-sdk'
'python-google-api-python-client'
'python-google-cloud-storage'
'python-google-auth'