summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2024-06-10 18:45:08 +0200
committerJosef Vybíhal2024-06-10 18:45:08 +0200
commit80585976e8b1e0347475f343eb54db0da48fa5b4 (patch)
tree43b090fe5ac85a2e0ea9e8dda67ff0dd023ce3dd
parent65881d90c5c9e14b15b5c94b72b58ae33a067429 (diff)
downloadaur-gamadv-xtd3.tar.gz
updpkg: 6.76.14 && added python-lxml as dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f479df574d4e..a2071fecddc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamadv-xtd3
pkgdesc = Free, open source command line tool for Google Workspace (formerly G Suite) Administrators to manage domain and user settings quickly and easily.
- pkgver = 6.76.00
+ pkgver = 6.76.14
pkgrel = 1
url = https://github.com/taers232c/GAMADV-XTD3
arch = x86_64
@@ -17,10 +17,11 @@ pkgbase = gamadv-xtd3
depends = python-httplib2
depends = python-pathvalidate
depends = python-passlib
+ depends = python-lxml
conflicts = gam
- source = GAMADV-XTD3-6.76.00.tar.gz::https://github.com/taers232c/GAMADV-XTD3/archive/v6.76.00.tar.gz
+ source = GAMADV-XTD3-6.76.14.tar.gz::https://github.com/taers232c/GAMADV-XTD3/archive/v6.76.14.tar.gz
source = gam.sh
- sha256sums = f7a2178a705496c71213c0648069e827673559faa70a1f21c7774f94a7b72c46
+ sha256sums = 09d1f17376620dd7253d2627926a3dc8e759cbe9a9965fc8d8ad44059abcfc22
sha256sums = 05ff2239d6ac90d2ca7caa690470b797e41e802bf1fb98d6338803546b2ae68d
pkgname = gamadv-xtd3
diff --git a/PKGBUILD b/PKGBUILD
index ffe6ce740237..fa69e5640caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# shellcheck disable=SC2034
pkgname=gamadv-xtd3
-pkgver=6.76.00
+pkgver=6.76.14
pkgrel=1
pkgdesc="Free, open source command line tool for Google Workspace (formerly G Suite) Administrators to manage domain and user settings quickly and easily."
arch=('x86_64')
@@ -24,6 +24,7 @@ depends=(
'python-httplib2'
'python-pathvalidate'
'python-passlib'
+ 'python-lxml'
)
source=(
@@ -31,7 +32,7 @@ source=(
"gam.sh"
)
-sha256sums=('f7a2178a705496c71213c0648069e827673559faa70a1f21c7774f94a7b72c46'
+sha256sums=('09d1f17376620dd7253d2627926a3dc8e759cbe9a9965fc8d8ad44059abcfc22'
'05ff2239d6ac90d2ca7caa690470b797e41e802bf1fb98d6338803546b2ae68d')
prepare() {