summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2018-11-22 12:14:45 -0700
committerAinola2018-11-22 12:14:45 -0700
commit11b7734d19e651a4211753f3da22f4b7a8a8fd21 (patch)
treee8e6a70c3f759d934519730bae8a90760a57f294 /PKGBUILD
parentc5320d540bdef1c60183ad71bd7e79b216923986 (diff)
downloadaur-11b7734d19e651a4211753f3da22f4b7a8a8fd21.tar.gz
add python2-oauth2client dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0c475792aed..0474299357a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,21 @@
pkgname=gam
pkgver=4.65
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line tool for Google GSuite admins to manage settings quickly and easily."
arch=('any')
url="https://github.com/jay0lee/GAM"
license=('Apache')
depends=(
'python2'
+ 'python2-gdata'
'python2-google-api-python-client'
+ 'python2-google-auth'
'python2-google-auth-httplib2'
'python2-httplib2'
- 'python2-simplejson'
- 'python2-gdata'
- 'python2-google-auth'
+ 'python2-oauth2client'
'python2-passlib'
+ 'python2-simplejson'
)
source=(