summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Iuri Medeiros Cabral2022-11-10 09:32:49 -0300
committerDouglas Iuri Medeiros Cabral2022-11-10 09:32:49 -0300
commiteec980651e631b37c4be9310c46118a1137d892e (patch)
tree6412cd64e4a3abe08e772908017dff53b996e78d
parent944e3efb2b825e541a6689c2b77e59cbfd67f41e (diff)
downloadaur-eec980651e631b37c4be9310c46118a1137d892e.tar.gz
Remove /lib of pkgdir
-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