summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--xdg_config_dirs.patch18
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9ad20eda321..2b49ef98032c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gam
pkgdesc = Command-line tool for Google GSuite admins to manage settings quickly and easily
pkgver = 5.09
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jay0lee/GAM
arch = any
license = Apache
@@ -19,7 +19,7 @@ pkgbase = gam
source = disable_update_checks.patch
source = gam.sh
sha256sums = 29bb6afebd4c5355d17ae2498f961d9729d84757cb07af6b9d03bf87841d0f91
- sha256sums = bbb4bf158740c083d1209e6922b2b113b6fbdf0c8906aa706b2193b67041ed08
+ sha256sums = 31d97ff8515d6b5e214b18affb1cb7be88fc8cddb0022f46d6d7ccf848819bf9
sha256sums = 20ce5f7630feb47b1838ad998aa98bfafbc18f494f0697fbcfab484a572ae6d5
sha256sums = f8613546b8d4a51f05342d3680553c20a2e0995c3be90e469f1da3bb83ca172e
diff --git a/PKGBUILD b/PKGBUILD
index b7d88914e95c..b0b1bde3e651 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gam
pkgver=5.09
-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"
@@ -28,7 +28,7 @@ source=(
)
sha256sums=('29bb6afebd4c5355d17ae2498f961d9729d84757cb07af6b9d03bf87841d0f91'
- 'bbb4bf158740c083d1209e6922b2b113b6fbdf0c8906aa706b2193b67041ed08'
+ '31d97ff8515d6b5e214b18affb1cb7be88fc8cddb0022f46d6d7ccf848819bf9'
'20ce5f7630feb47b1838ad998aa98bfafbc18f494f0697fbcfab484a572ae6d5'
'f8613546b8d4a51f05342d3680553c20a2e0995c3be90e469f1da3bb83ca172e')
diff --git a/xdg_config_dirs.patch b/xdg_config_dirs.patch
index e26bd0e84cd7..ba0d723475ef 100644
--- a/xdg_config_dirs.patch
+++ b/xdg_config_dirs.patch
@@ -1,6 +1,6 @@
---- src/gam/var.py 2020-05-08 10:01:09.723815658 -0700
-+++ src/gam/var.py 2020-05-08 10:00:47.173712281 -0700
-@@ -21,6 +21,19 @@
+--- src/gam/var.py 2020-05-14 08:28:44.595484330 -0700
++++ src/gam/var.py 2020-05-14 08:30:42.780304096 -0700
+@@ -22,6 +22,19 @@
GAM_LATEST_RELEASE = GAM_ALL_RELEASES + '/latest'
GAM_PROJECT_FILEPATH = 'https://raw.githubusercontent.com/jay0lee/GAM/master/src/'
@@ -20,7 +20,7 @@
true_values = ['on', 'yes', 'enabled', 'true', '1']
false_values = ['off', 'no', 'disabled', 'false', '0']
usergroup_types = [
-@@ -35,8 +48,8 @@
+@@ -36,8 +49,8 @@
WARNING_PREFIX = 'WARNING: '
UTF8 = 'utf-8'
UTF8_SIG = 'utf-8-sig'
@@ -31,7 +31,7 @@
MY_CUSTOMER = 'my_customer'
# See https://support.google.com/drive/answer/37603
MAX_GOOGLE_SHEET_CELLS = 5000000
-@@ -1065,9 +1078,9 @@
+@@ -1071,9 +1084,9 @@
#
_DEFAULT_CHARSET = UTF8
@@ -44,12 +44,12 @@
#
GM_Globals = {
GM_SYSEXITRC: 0,
-@@ -1111,7 +1124,7 @@
- # Path to client_secrets.json
+@@ -1119,7 +1132,7 @@
GC_CLIENT_SECRETS_JSON = 'client_secrets_json'
- # GAM config directory containing client_secrets.json, oauth2.txt, oauth2service.json, extra_args.txt
+ # GAM config directory containing client_secrets.json, oauth2.txt,
+ # oauth2service.json, extra_args.txt
-GC_CONFIG_DIR = 'config_dir'
+GC_CONFIG_DIR = CONFIG_DIR
# custmerId from gam.cfg or retrieved from Google
GC_CUSTOMER_ID = 'customer_id'
- # If debug_level > 0: extra_args[u'prettyPrint'] = True, httplib2.debuglevel = gam_debug_level, appsObj.debug = True
+ # If debug_level > 0: extra_args[u'prettyPrint'] = True,