[arch-commits] Commit in openfortivpn/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Mar 17 08:11:57 UTC 2021


    Date: Wednesday, March 17, 2021 @ 08:11:56
  Author: alucryd
Revision: 893142

openfortivpn 1.16.0-2: reenable systemd support

Modified:
  openfortivpn/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-17 08:11:28 UTC (rev 893141)
+++ PKGBUILD	2021-03-17 08:11:56 UTC (rev 893142)
@@ -2,7 +2,7 @@
 
 pkgname=openfortivpn
 pkgver=1.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An open implementation of Fortinet's proprietary PPP+SSL VPN solution"
 arch=(x86_64)
 url=https://github.com/adrienverge/openfortivpn
@@ -12,8 +12,12 @@
   openssl
   ppp
   resolvconf
+  systemd-libs
 )
-makedepends=(git)
+makedepends=(
+  git
+  systemd
+)
 backup=(etc/openfortivpn/config)
 _tag=cde9d69dd44f83f00de38fe5bdb163fb3ee07913
 source=(git+https://github.com/adrienverge/openfortivpn.git#tag=${_tag})



More information about the arch-commits mailing list