Date: Friday, November 6, 2020 @ 12:03:25 Author: eworm Revision: 399568
upgpkg: openvpn 2.5.0-3: fix typo Modified: openvpn/trunk/PKGBUILD openvpn/trunk/openvpn.install -----------------+ PKGBUILD | 2 +- openvpn.install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-06 07:02:17 UTC (rev 399567) +++ PKGBUILD 2020-11-06 12:03:25 UTC (rev 399568) @@ -3,7 +3,7 @@ pkgname=openvpn _tag='8c3dc0551390e92bfd5b2dc83d7502e7095b7325' # git rev-parse v${pkgver} pkgver=2.5.0 -pkgrel=2 +pkgrel=3 pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network)' arch=('x86_64') url='https://openvpn.net/index.php/open-source.html' Modified: openvpn.install =================================================================== --- openvpn.install 2020-11-06 07:02:17 UTC (rev 399567) +++ openvpn.install 2020-11-06 12:03:25 UTC (rev 399568) @@ -6,7 +6,7 @@ echo ':: OpenVPN now uses a netlink interface for network configuration. The systemd' echo " units start the process with a dedicated unprivileged user 'openvpn', with" - echo ' extra capabilitiesi(7). The configuration should no longer drop privileges,' + echo ' extra capabilities(7). The configuration should no longer drop privileges,' echo " so remove 'user' and 'group' directives." echo ' Scripts that require elevated privileges may need a workaround.' }