summaryrefslogtreecommitdiff
path: root/core/openvpn/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/openvpn/PKGBUILD')
-rw-r--r--core/openvpn/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/openvpn/PKGBUILD b/core/openvpn/PKGBUILD
index 081276a69..929a98c7f 100644
--- a/core/openvpn/PKGBUILD
+++ b/core/openvpn/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 184228 2013-05-04 14:17:41Z thomas $
+# $Id: PKGBUILD 188197 2013-06-12 15:53:27Z thomas $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=openvpn
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)"
arch=(i686 x86_64 'mips64el')
@@ -18,11 +18,11 @@ source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz
http://build.openvpn.net/downloads/releases/easy-rsa-2.2.0_master.tar.gz.asc
openvpn@.service
openvpn-2.3.0-fix-systemd-ask-password-path.patch)
-md5sums=('57a3b64597fc37b7842a3fde354d8bbe'
+md5sums=('06e5f93dbf13f2c19647ca15ffc23ac1'
'SKIP'
'fbf818b6e1f212e77b9ce0e6d92584a1'
'SKIP'
- '0846aa59d0b123d61030890f9a4135ae'
+ '57ef7353ba2c28c04dfc387c3ca77a4f'
'e1bd1523e38745e948c710db1a330bb1')
options=(!libtool)
@@ -32,6 +32,7 @@ build() {
# Build openvpn
CFLAGS="$CFLAGS -DPLUGIN_LIBDIR=\\\"/usr/lib/openvpn\\\"" ./configure \
--prefix=/usr \
+ --sbindir=/usr/bin \
--enable-password-save \
--mandir=/usr/share/man \
--enable-iproute2 \