[arch-commits] Commit in openvpn/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Fri Jul 15 13:14:16 UTC 2016
Date: Friday, July 15, 2016 @ 13:14:16
Author: eworm
Revision: 271901
upgpkg: openvpn 2.3.11-2
enable PKCS#11 support
Modified:
openvpn/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-15 13:11:17 UTC (rev 271900)
+++ PKGBUILD 2016-07-15 13:14:16 UTC (rev 271901)
@@ -3,11 +3,11 @@
pkgname=openvpn
pkgver=2.3.11
-pkgrel=1
+pkgrel=2
pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)"
arch=(i686 x86_64)
url="http://openvpn.net/index.php/open-source.html"
-depends=('openssl' 'lzo' 'iproute2' 'libsystemd')
+depends=('openssl' 'lzo' 'iproute2' 'libsystemd' 'pkcs11-helper')
makedepends=('systemd')
license=('custom')
install=openvpn.install
@@ -28,6 +28,7 @@
--mandir=/usr/share/man \
--enable-iproute2 \
--enable-systemd \
+ --enable-pkcs11 \
--enable-x509-alt-username
make
}
More information about the arch-commits
mailing list