summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bique2015-08-13 18:12:18 +0200
committerAlexandre Bique2015-08-13 18:12:18 +0200
commit6de2c853c411f9114a60e25609536d33e920359b (patch)
tree1e8127e2bb43a78e28911e256b3faf47c71266d9
parent214e9632279f7be878e4259ef2893d96bf41dacc (diff)
downloadaur-6de2c853c411f9114a60e25609536d33e920359b.tar.gz
update to 3.14
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e54becb3124c..91fe607829a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
# Maintainer: Alexandre BIQUE <bique.alexandre@gmail.com>
pkgname=libreswan
-pkgver=3.13
+pkgver=3.14
pkgrel=1
pkgdesc="IPsec implementation with IKEv1 and IKEv2 keying protocols"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ install=
changelog=
source=(https://download.libreswan.org/${pkgname}-${pkgver}.tar.gz
tmpfiles.conf)
-md5sums=('3dd97542c047f34ee0d5f3e61c3a4761'
+md5sums=('da7a410afcfc2673f14f33f69fefca1f'
'77399a739ee99f8bc54837684d7c39d5')
prepare() {
@@ -29,6 +29,7 @@ prepare() {
# Change install paths to Arch defaults
sed -i 's|)/sbin|)/bin|' Makefile.inc
+ sed -i 's|)/sbin|)/bin|' mk/config.mk
}
build() {