iwd: update to 1.6.

This commit is contained in:
Issam Maghni 2020-03-30 15:46:49 -04:00 committed by Juan RP
parent 2d9b97cc85
commit fe5e4ea50f
1 changed files with 4 additions and 4 deletions

View File

@ -1,21 +1,21 @@
# Template file for 'iwd'
pkgname=iwd
version=1.5
version=1.6
revision=1
build_style=gnu-configure
configure_args="--disable-systemd-service --enable-pie
--enable-external-ell --enable-dbus-policy --enable-wired"
hostmakedepends="python3-docutils pkg-config automake libtool"
makedepends="readline-devel dbus-devel ell-devel"
depends="dbus ell>=0.28"
depends="dbus ell>=0.29"
checkdepends="python3"
short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="LGPL-2.1-or-later"
homepage="https://iwd.wiki.kernel.org/"
changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
distfiles="${KERNEL_SITE}/network/wireless/iwd-${version}.tar.xz"
checksum=13d36dcec625ae8ef54e4be5fb0b65db598c68ab0b4d70ff6c557f7954d259aa
distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz"
checksum=07945e3166b7289bc8f103ba0f433cf735dd9f9ba78ddc9e475a6a478db344e7
make_dirs="/var/lib/iwd 0600 root root
/etc/iwd 755 root root"