Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iwd: update to 1.5 #19023

Merged
merged 1 commit into from
Feb 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/iwd/template
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Template file for 'iwd'
pkgname=iwd
version=1.4
version=1.5
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.27"
depends="dbus ell>=0.28"
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=695939704cf2f20b7bb8b95ba41a0a17d22112b1cf352515549ad0511e67df94
checksum=13d36dcec625ae8ef54e4be5fb0b65db598c68ab0b4d70ff6c557f7954d259aa
make_dirs="/var/lib/iwd 0600 root root
/etc/iwd 755 root root"

Expand Down