summaryrefslogtreecommitdiff
path: root/community/xl2tpd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xl2tpd/PKGBUILD')
-rw-r--r--community/xl2tpd/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/xl2tpd/PKGBUILD b/community/xl2tpd/PKGBUILD
index 2c513c4fb..fa63b182d 100644
--- a/community/xl2tpd/PKGBUILD
+++ b/community/xl2tpd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 91508 2013-05-23 10:16:34Z spupykin $
+# $Id: PKGBUILD 103870 2014-01-12 22:03:07Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Hengfu <rhfcaesar@gmail.com>
pkgname=xl2tpd
-pkgver=1.3.1
-pkgrel=3
+pkgver=1.3.4rc1
+pkgrel=1
pkgdesc="an open source implementation of the L2TP maintained by Xelerance Corporation"
arch=('i686' 'x86_64')
url="http://www.xelerance.com/services/software/xl2tpd/"
@@ -19,7 +19,7 @@ source=($pkgname-$pkgver.tar.gz::https://github.com/xelerance/xl2tpd/archive/v$p
xl2tpd.service
xl2tpd.tmpfiles
ipparam.patch)
-md5sums=('38c2461d3562f98b08454ca403706886'
+md5sums=('5d26c43791a8347a252c9307794d6179'
'5f0ae07026e61a3dd15a76fd4144a6d5'
'16ed0886115d4dcc21072cfb847250bb'
'ed57eb67335cdf246251285dad502cc7'
@@ -30,7 +30,7 @@ md5sums=('38c2461d3562f98b08454ca403706886'
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p1 <$srcdir/ipparam.patch
+# patch -p1 <$srcdir/ipparam.patch
make KERNELSRC=/usr/src/linux-`uname -r` PREFIX=/usr SBINDIR=/usr/bin
}