diff options
Diffstat (limited to 'community/lksctp-tools')
-rw-r--r-- | community/lksctp-tools/PKGBUILD | 12 |
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 |