[arch-commits] Commit in lksctp-tools/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sat May 14 12:29:22 UTC 2016


    Date: Saturday, May 14, 2016 @ 14:29:22
  Author: seblu
Revision: 175344

upgpkg: lksctp-tools 1.0.17-1

Modified:
  lksctp-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 12:17:23 UTC (rev 175343)
+++ PKGBUILD	2016-05-14 12:29:22 UTC (rev 175344)
@@ -3,7 +3,7 @@
 # Contributer: Nicolas Martyanoff <khaelin at gmail.com>
 
 pkgname=lksctp-tools
-pkgver=1.0.16
+pkgver=1.0.17
 pkgrel=1
 pkgdesc='An implementation of the SCTP protocol'
 arch=('i686' 'x86_64')
@@ -11,11 +11,10 @@
 license=('GPL2' 'LGPL2.1')
 depends=('bash')
 source=("http://downloads.sourceforge.net/sourceforge/lksctp/$pkgname-$pkgver.tar.gz")
-md5sums=('708bb0b5a6806ad6e8d13c55b067518e')
+md5sums=('68e9b8fa4d4e331029b247b72d46d7a5')
 
 build() {
   cd $pkgname-$pkgver
-  ./bootstrap
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list