summaryrefslogtreecommitdiff
path: root/community/lksctp-tools
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-07 10:02:33 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-07 10:02:33 +0200
commitdc008569a22879a818aecc84687556c06ea07a5f (patch)
treed1f106ba2a41cbcc1ca96514a255429083862f91 /community/lksctp-tools
parent3ee99b867d6426de0284d34340f179a4966975a5 (diff)
parent5abba8ccfedfb13f07a34eb4b6afbe4f30a8f767 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/arpwatch/PKGBUILD community/partclone/PKGBUILD community/pidgin-libnotify/PKGBUILD core/systemd/PKGBUILD extra/subversion/PKGBUILD
Diffstat (limited to 'community/lksctp-tools')
-rw-r--r--community/lksctp-tools/PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/community/lksctp-tools/PKGBUILD b/community/lksctp-tools/PKGBUILD
index 9ac4b38d3..20fd553c4 100644
--- a/community/lksctp-tools/PKGBUILD
+++ b/community/lksctp-tools/PKGBUILD
@@ -1,9 +1,9 @@
# $Id$
-# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
+# Maintainer: Sébastien Luttringer
# Contributer: Nicolas Martyanoff <khaelin@gmail.com>
pkgname=lksctp-tools
-pkgver=1.0.13
+pkgver=1.0.14
pkgrel=1
pkgdesc='An implementation of the SCTP protocol'
arch=('i686' 'x86_64' 'mips64el')
@@ -11,15 +11,11 @@ url='http://lksctp.sourceforge.net/'
license=('GPL2' 'LGPL2.1')
depends=('bash')
options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/lksctp/$pkgname-$pkgver.tar.gz"
- '0001-Modernize-autotools.patch')
-md5sums=('96436a1b0d30ae588d0a13f6b646549a'
- '84635abc83bcd85ef263160b6f435336')
+source=("http://downloads.sourceforge.net/sourceforge/lksctp/$pkgname-$pkgver.tar.gz")
+md5sums=('12bc67f9b47ea631328a592ce7a53ca1')
build() {
cd $pkgname-$pkgver
- # fix autotools
- patch -p1 -i "$srcdir/0001-Modernize-autotools.patch"
./bootstrap
./configure --prefix=/usr
make