summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cornwall2019-07-01 21:25:59 -0600
committerBrett Cornwall2019-07-01 21:25:59 -0600
commit9436225b7bb89088000fc19558e1d6c302b7eddc (patch)
tree1cad37d41f0d73ecf9068af9088719f69943c7b7
parentb5e5a21d13aece9a35423a900a84bffe76373ef7 (diff)
downloadaur-9436225b7bb89088000fc19558e1d6c302b7eddc.tar.gz
upgpk: 4.88
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af1d94945d27..2732b5d551ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gam
pkgdesc = Command-line tool for Google GSuite admins to manage settings quickly and easily
- pkgver = 4.85
+ pkgver = 4.88
pkgrel = 1
url = https://github.com/jay0lee/GAM
arch = any
@@ -10,12 +10,13 @@ pkgbase = gam
depends = python-google-api-python-client
depends = python-google-auth
depends = python-google-auth-httplib2
- depends = python-oauth2client
+ depends = python-google-auth-oauthlib
+ depends = python-httplib2
depends = python-passlib
- source = gam-4.85.tar.gz::https://github.com/jay0lee/GAM/archive/v4.85.tar.gz
+ source = gam-4.88.tar.gz::https://github.com/jay0lee/GAM/archive/v4.88.tar.gz
source = xdg_config_dirs.patch
source = gam.sh
- sha256sums = 209244c3cf062b31ae6c901a3e8282d0850387624ec92182933b88a0811d0379
+ sha256sums = e8b0a7842964e4a9bb1e5de59aa7569fc9c1e103acfc2c9e98a4b71c5fb6b2bb
sha256sums = 202e3566d837c37526174fb6311232c06d90e3786578668aa58ef3eb0648054a
sha256sums = d93809852ef9eefeb99f3fc1b955305264f93f2552db14b4d9d6fe7c2b08345b
diff --git a/PKGBUILD b/PKGBUILD
index 3eb639eaeff9..0c962f07b197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ethan Schoonover
pkgname=gam
-pkgver=4.85
+pkgver=4.88
pkgrel=1
pkgdesc="Command-line tool for Google GSuite admins to manage settings quickly and easily"
arch=('any')
@@ -14,7 +14,8 @@ depends=(
'python-google-api-python-client'
'python-google-auth'
'python-google-auth-httplib2'
- 'python-oauth2client'
+ 'python-google-auth-oauthlib'
+ 'python-httplib2'
'python-passlib'
)
@@ -24,7 +25,7 @@ source=(
"gam.sh"
)
-sha256sums=('209244c3cf062b31ae6c901a3e8282d0850387624ec92182933b88a0811d0379'
+sha256sums=('e8b0a7842964e4a9bb1e5de59aa7569fc9c1e103acfc2c9e98a4b71c5fb6b2bb'
'202e3566d837c37526174fb6311232c06d90e3786578668aa58ef3eb0648054a'
'd93809852ef9eefeb99f3fc1b955305264f93f2552db14b4d9d6fe7c2b08345b')