summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2023-11-15 21:00:19 +0100
committerJosef Vybíhal2023-11-15 21:00:19 +0100
commitbcac142399a4d2222788e51442688aa7881647ab (patch)
tree7f61d794d675cc0a14786511bccee0e0d8bde5ce
parent58a01208cfd31c801142b8a242bdbc3a5516c920 (diff)
downloadaur-bcac142399a4d2222788e51442688aa7881647ab.tar.gz
Minor PKGBUILD fixes.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebf06254dd16..4038a60b2f65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = gam
- pkgdesc = Command-line tool for Google GSuite admins to manage settings quickly and easily
+ pkgdesc = command line management for Google Workspace
pkgver = 6.58
- pkgrel = 1
- url = https://github.com/jay0lee/GAM
+ pkgrel = 2
+ url = https://github.com/GAM-team/GAM/wiki
arch = any
- license = Apache
+ license = Apache-2.0
depends = python-dateutil
depends = python-distro
depends = python-dnspython
diff --git a/PKGBUILD b/PKGBUILD
index 8c8a954f4838..2971ecf0e1a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=gam
pkgver=6.58
-pkgrel=1
-pkgdesc="Command-line tool for Google GSuite admins to manage settings quickly and easily"
+pkgrel=2
+pkgdesc="command line management for Google Workspace"
arch=('any')
-url="https://github.com/jay0lee/GAM"
-license=('Apache')
+url="https://github.com/GAM-team/GAM/wiki"
+license=('Apache-2.0')
depends=(
'python-dateutil'
'python-distro'