summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--forticlient-vpn.changelog2
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40b26f2fe2a3..42f01f65d3af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = forticlient-vpn
pkgdesc = Build through the official package of FortiClient VPN
pkgver = 7.0.7.0246
- pkgrel = 2
+ pkgrel = 3
url = https://www.fortinet.com/support/product-downloads
install = forticlient-vpn.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6020b28244ed..a64af8ea8326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Douglas Iuri Medeiros Cabral <douglasimcabral at zohomail dot com>
pkgname=forticlient-vpn
pkgver=7.0.7.0246
-pkgrel=2
+pkgrel=3
pkgdesc="Build through the official package of FortiClient VPN"
arch=("x86_64")
url="https://www.fortinet.com/support/product-downloads"
@@ -27,6 +27,8 @@ package() {
install -Dm644 "${pkgdir}/lib/systemd/system/forticlient.service" "${pkgdir}/usr/lib/systemd/system/forticlient.service"
+ rm -rf "${pkgdir}/lib"
+
# Install license
install -Dm 644 "${pkgdir}/usr/share/doc/forticlient/copyright" "${pkgdir}/usr/share/licenses/fortinet/LICENSE"
diff --git a/forticlient-vpn.changelog b/forticlient-vpn.changelog
index afc5aab207ab..ac3301d6abfd 100644
--- a/forticlient-vpn.changelog
+++ b/forticlient-vpn.changelog
@@ -1,5 +1,5 @@
## forticlient-vpn - 7.0.7.0246 - 2022-11-10
-* forticlient-vpn - 7.0.7.0246 - `release 1`
+* forticlient-vpn - 7.0.7.0246 - `release 3`
+ gzip and systemd moved to `depends`
+ upgraded the install script