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

Andreas Radke andyrtr at archlinux.org
Mon Dec 14 11:30:54 UTC 2020


    Date: Monday, December 14, 2020 @ 11:30:53
  Author: andyrtr
Revision: 774881

upgpkg: iwd 1.10-1: upstream update 1.10; cleanup unsupported build options, drop nonexistant config file backup, use system ell

Modified:
  iwd/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-14 11:29:41 UTC (rev 774880)
+++ PKGBUILD	2020-12-14 11:30:53 UTC (rev 774881)
@@ -3,17 +3,16 @@
 # Contributor: AndyRTR <andyrtr at archlinux.org>
 
 pkgname=iwd
-pkgver=1.9
+pkgver=1.10
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
 license=('LGPL')
-depends=('glibc' 'readline' 'libreadline.so')
+depends=('glibc' 'readline' 'libreadline.so' 'ell')
 makedepends=('python-docutils' 'dbus' 'systemd')
-backup=(etc/iwd/main.conf)
 source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('d8762495f7f5a342476653c0cf64c31b3b41a3064a05c4fcf49b9faf4394b0d7a5db6aae6324896bdc8f7b104697fb4c4315f7073a4fde4fc87f8f55d932538b'
+sha512sums=('c128ec764e9d727b4ae1157717826b3219c5d368746f7709a01cb816f077afaa32083052ee2a4ecd09a7fbd36c03ea9ba6bd1a84c2a33210398dd060e9020db5'
             'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog
@@ -24,11 +23,10 @@
 	dbus-run-session ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--localstatedir=/var \
-  --with-runstatedir=/run \
 	--libexecdir=/usr/lib/iwd \
+	--enable-external-ell \
 	--enable-wired \
 	--enable-ofono \
-	--enable-sim-hardcoded \
 	--enable-hwsim \
 	--disable-tools
   make



More information about the arch-commits mailing list