Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / impala
Commits: 2c78f0c2 by xsy420 at 2025-11-22T16:26:54+03:00 fix: add iwd to depends because upstream marked it as Prerequistes Upstream URL: https://github.com/pythops/impala/blob/main/Readme.md?plain=1#L11 If iwd isn't installed, impala reported `Can not access the iwd service org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable` - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -7,6 +7,7 @@ pkgbase = impala license = GPL-3.0-only makedepends = cargo depends = gcc-libs + depends = iwd source = impala-0.5.0.tar.gz::https://github.com/pythops/impala/archive/v0.5.0.tar.gz sha512sums = f094ab711a92a36ca8c28fa8650eb4ffa0960493a3eb9876f85e7fc79920775b3059a93adee508e64629db114fa2ea195bf0f95bdfedb997ae1ac078039bcc14 ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgver=0.5.0 pkgrel=1 pkgdesc="TUI for managing wifi" url="https://github.com/pythops/impala" -depends=('gcc-libs') +depends=('gcc-libs' 'iwd') makedepends=('cargo') arch=('x86_64') license=('GPL-3.0-only') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/impala/-/commit/2c78f0c205876c5d29cbaf3c7dad7559fa93f91a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/impala/-/commit/2c78f0c205876c5d29cbaf3c7dad7559fa93f91a You're receiving this email because of your account on gitlab.archlinux.org.
