From 5abba8ccfedfb13f07a34eb4b6afbe4f30a8f767 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 7 Apr 2013 00:54:45 -0700 Subject: Sun Apr 7 00:54:38 PDT 2013 --- community/lksctp-tools/PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'community/lksctp-tools') diff --git a/community/lksctp-tools/PKGBUILD b/community/lksctp-tools/PKGBUILD index 8df17f34f..9bb4bd729 100644 --- a/community/lksctp-tools/PKGBUILD +++ b/community/lksctp-tools/PKGBUILD @@ -1,9 +1,9 @@ # $Id$ -# Maintainer: Sébastien Luttringer +# Maintainer: Sébastien Luttringer # Contributer: Nicolas Martyanoff pkgname=lksctp-tools -pkgver=1.0.13 +pkgver=1.0.14 pkgrel=1 pkgdesc='An implementation of the SCTP protocol' arch=('i686' 'x86_64') @@ -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 -- cgit v1.2.3-54-g00ecf