diff --git a/srcpkgs/libndp/patches/fix-fd_set.patch b/srcpkgs/libndp/patches/fix-fd_set.patch deleted file mode 100644 index 035ce16735..0000000000 --- a/srcpkgs/libndp/patches/fix-fd_set.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- utils/ndptool.c.orig 2015-05-13 09:41:18.363683655 +0200 -+++ utils/ndptool.c 2015-05-13 09:41:32.746663815 +0200 -@@ -28,6 +28,7 @@ - #include - #include - #include -+#include - - enum verbosity_level { - VERB1, diff --git a/srcpkgs/libndp/template b/srcpkgs/libndp/template index fe1126d5ba..89179d8801 100644 --- a/srcpkgs/libndp/template +++ b/srcpkgs/libndp/template @@ -1,14 +1,14 @@ # Template file for 'libndp' pkgname=libndp -version=1.6 -revision=2 +version=1.7 +revision=1 build_style=gnu-configure short_desc="Library for Neighbor Discovery Protocol" maintainer="Enno Boland " +license="LGPL-2.1-or-later" homepage="http://libndp.org/" -license="LGPL-2.1" -distfiles="$homepage/files/$pkgname-$version.tar.gz" -checksum=0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e +distfiles="${homepage}/files/${pkgname}-${version}.tar.gz" +checksum=2c480afbffb02792dbae3c13bbfb71d89f735562f2795cca0640ed3428b491b6 libndp-devel_package() { depends="${sourcepkg}-${version}_${revision}"