Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / piper
Commits: 9adf7dbd by loqs at 2026-06-28T14:46:19+00:00 Remove from makedepends flake8 Removed upstream in https://github.com/libratbag/piper/commit/c75f7d72c066756829133acfee1fe0ce0a745fa0. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -7,7 +7,6 @@ pkgbase = piper license = GPL-2.0-only makedepends = git makedepends = meson - makedepends = flake8 makedepends = appstream depends = desktop-file-utils depends = gtk-update-icon-cache ===================================== PKGBUILD ===================================== @@ -9,7 +9,7 @@ arch=('any') url='https://github.com/libratbag/piper' license=('GPL-2.0-only') depends=('desktop-file-utils' 'gtk-update-icon-cache' 'python' 'python-gobject' 'libratbag' 'python-evdev' 'python-lxml' 'python-cairo') -makedepends=('git' 'meson' 'flake8' 'appstream') +makedepends=('git' 'meson' 'appstream') validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2' # Filipe LaĆns (FFY00) <[email protected]> '3C2C43D9447D5938EF4551EBE23B7E70B467F0BF' # Peter Hutterer (Who-T) <[email protected]> '2F2670AC164DB36F' # Benjamin Tissoires <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/piper/-/commit/9adf7dbda226fd8365b30d9e0863baa6495f52a4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/piper/-/commit/9adf7dbda226fd8365b30d9e0863baa6495f52a4 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
