~xdavidwu/systemd-apkbuilds

9987a18b1dae887a2f14ddde061ed00aaf657454 — xdavidwu 1 year, 9 months ago 2be3ce3
openfortivpn: depend on ppp-daemon instead of ppp

from aports
1 files changed, 2 insertions(+), 2 deletions(-)

M openforivpn/APKBUILD
M openforivpn/APKBUILD => openforivpn/APKBUILD +2 -2
@@ 2,12 2,12 @@
# Maintainer: xdavidwu <xdavidwu@gmail.com>
pkgname=openfortivpn
pkgver=1.17.3
pkgrel=0
pkgrel=1
pkgdesc="Openfortivpn is a client for PPP+SSL VPN tunnel services"
url="https://github.com/adrienverge/openfortivpn"
arch="all"
license="GPL-3.0-only"
depends="ppp"
depends="ppp-daemon"
makedepends="
	autoconf
	automake