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 8f7cd970f1aa..d7c5dd8ea622 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 13 15:43:21 UTC 2018
+# Tue Aug 14 18:34:33 UTC 2018
pkgbase = gam
pkgdesc = Command line tool for Google G Suite Administrators to manage domain and user settings quickly and easily.
pkgver = 4.60
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jay0lee/GAM
arch = any
license = Apache
@@ -14,6 +14,7 @@ pkgbase = gam
depends = python2-simplejson
depends = python2-gdata
depends = python2-google-auth
+ depends = python2-passlib
depends = perl-mozilla-ca
source = https://github.com/jay0lee/GAM/archive/v4.60.tar.gz
source = xdg_config_dirs.patch
diff --git a/PKGBUILD b/PKGBUILD
index fff68e353a5e..2901d6c94736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gam
pkgver=4.60
-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"
@@ -16,6 +16,7 @@ depends=(
'python2-simplejson'
'python2-gdata'
'python2-google-auth'
+ 'python2-passlib'
'perl-mozilla-ca'
)
source=(