Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / iwd
Commits:
63231526 by Andreas Radke at 2026-02-14T11:20:50+01:00
upgpkg: 3.11-2; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = iwd
pkgdesc = Internet Wireless Daemon
pkgver = 3.11
- pkgrel = 1
+ pkgrel = 2
url = https://git.kernel.org/cgit/network/wireless/iwd.git/
arch = x86_64
license = LGPL-2.1-or-later
@@ -12,7 +12,7 @@ pkgbase = iwd
depends = readline
depends = libreadline.so
depends = ell
- depends = gcc-libs
+ depends = libgcc
optdepends = qrencode: for displaying QR code after DPP is started
options = !lto
source =
https://www.kernel.org/pub/linux/network/wireless/iwd-3.11.tar.xz
=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
pkgname=iwd
pkgver=3.11
-pkgrel=1
+pkgrel=2
pkgdesc='Internet Wireless Daemon'
arch=('x86_64')
url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
license=('LGPL-2.1-or-later')
-depends=('glibc' 'readline' 'libreadline.so' 'ell' 'gcc-libs')
+depends=('glibc' 'readline' 'libreadline.so' 'ell' 'libgcc')
makedepends=('python-docutils' 'dbus' 'systemd')
optdepends=('qrencode: for displaying QR code after DPP is started')
source=(https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar{.xz,.sign}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/iwd/-/commit/63231526c34f5dfa580779ff088b869a9f4c35e5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/iwd/-/commit/63231526c34f5dfa580779ff088b869a9f4c35e5
You're receiving this email because of your account on gitlab.archlinux.org.