summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f52c6acb8468..2c33dd52440b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Sep 25 10:17:20 UTC 2017
pkgbase = openvpn-git
pkgdesc = An easy-to-use, robust and highly configurable VPN (Virtual Private Network) - git checkout
- pkgver = 2.4.rc2.r190.g5f6225c3
+ pkgver = 2.4.rc2.r280.g2cea7200
pkgrel = 1
url = http://openvpn.net/index.php/open-source.html
arch = i686
@@ -16,6 +14,7 @@ pkgbase = openvpn-git
depends = libsystemd
depends = pkcs11-helper
optdepends = easy-rsa: easy CA and certificate handling
+ optdepends = pam: authenticate via PAM
provides = openvpn=2.4.0
provides = openvpn-dev
conflicts = openvpn
diff --git a/PKGBUILD b/PKGBUILD
index de2bc378a36f..462fae11e367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=openvpn-git
-pkgver=2.4.rc2.r190.g5f6225c3
+pkgver=2.4.rc2.r280.g2cea7200
pkgrel=1
pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network) - git checkout'
arch=('i686' 'x86_64')
url='http://openvpn.net/index.php/open-source.html'
depends=('openssl' 'lzo' 'iproute2' 'libsystemd' 'pkcs11-helper')
-optdepends=('easy-rsa: easy CA and certificate handling')
+optdepends=('easy-rsa: easy CA and certificate handling'
+ 'pam: authenticate via PAM')
makedepends=('git' 'systemd')
conflicts=('openvpn' 'openvpn-dev')
provides=('openvpn=2.4.0' 'openvpn-dev')