summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7739a36aeebf..8fd3aae10ed3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Mon May 21 23:48:47 UTC 2018
+# Mon May 21 23:52:29 UTC 2018
pkgbase = gam
pkgdesc = Command line tool for Google G Suite Administrators to manage domain and user settings quickly and easily.
pkgver = 4.40
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jay0lee/GAM
arch = any
license = Apache
depends = python2
depends = python2-google-api-python-client
+ depends = python2-google-auth-httplib2-git
depends = python2-httplib2
depends = python2-simplejson
depends = python2-gdata
diff --git a/PKGBUILD b/PKGBUILD
index 19e881220d2f..0ae94d93c116 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gam
pkgver=4.40
-pkgrel=2
+pkgrel=3
pkgdesc="Command line tool for Google G Suite Administrators to manage domain and user settings quickly and easily."
arch=('any')
url="https://github.com/jay0lee/GAM"
@@ -11,6 +11,7 @@ license=('Apache')
depends=(
'python2'
'python2-google-api-python-client'
+ 'python2-google-auth-httplib2-git'
'python2-httplib2'
'python2-simplejson'
'python2-gdata'