iwd: update to 0.6.

This commit is contained in:
maxice8 2018-08-10 18:09:03 -03:00
parent 6715799077
commit be0e1c1805
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 2 additions and 12 deletions

View File

@ -1,10 +0,0 @@
--- ell/fswatch.c
+++ ell/fswatch.c
@@ -26,6 +26,7 @@
#include <dirent.h>
#include <unistd.h>
+#include <limits.h>
#include <sys/inotify.h>
#include "private.h"

View File

@ -1,6 +1,6 @@
# Template file for 'iwd'
pkgname=iwd
version=0.4
version=0.6
revision=1
build_style=gnu-configure
configure_args="--disable-systemd-service --enable-docs --enable-pie"
@ -13,7 +13,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://iwd.wiki.kernel.org/"
distfiles="${KERNEL_SITE}/network/wireless/iwd-${version}.tar.xz"
checksum=de604042d820363f6f4cac0475ac2a5ecf580265d617a7cf4f7f116754d5432b
checksum=ad959ccaaac106f6f06533dafaa8e5ab9bda01859906f5157f9d516df13bf627
make_dirs="/var/lib/iwd 0600 root root"
post_install() {