summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Iuri Medeiros Cabral2023-03-09 21:38:21 -0300
committerDouglas Iuri Medeiros Cabral2023-03-09 21:38:21 -0300
commitc6e4b94a87181d0f662dc7867e4dc1eb0f4d578f (patch)
treebb1322185b2759697bf66ba59523ce2716cd7810
parent1b45ff5349520bba8a111efc9ab6d18f9b7845f8 (diff)
downloadaur-c6e4b94a87181d0f662dc7867e4dc1eb0f4d578f.tar.gz
First release to version 7.0.7.0246
-rw-r--r--PKGBUILD3
-rw-r--r--forticlient-vpn.changelog8
2 files changed, 9 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30f6360574d7..6611578e231b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,6 +35,7 @@ package() {
# Symbolic link to fortivpn CLI
mkdir -p ${pkgdir}/usr/bin
ln -sf '/opt/forticlient/fortivpn' "${pkgdir}/usr/bin/fortivpn"
-
+ mkdir -p ${pkgdir}/var/lib/forticlient
+
}
diff --git a/forticlient-vpn.changelog b/forticlient-vpn.changelog
index 42e41124cfb0..469b2877318b 100644
--- a/forticlient-vpn.changelog
+++ b/forticlient-vpn.changelog
@@ -1,6 +1,12 @@
+## forticlient-vpn - 7.0.7.0246 - 2022-03-09
+* forticlient-vpn - 7.0.7.0246 - `release 1`
+ + updated `PKGBUILD` and install scripts to support the new version 7.0.7.0246
+ + added gzip to `depends`
+
+
## forticlient-vpn - 7.0.0.0018 - 2022-11-12
* forticlient-vpn - 7.0.0.0018 - `release 2`
- + update install scripts
+ + updated install scripts
+ added the term 'only' to `pkgdesc`
+ added systemd to `depends`