From 6b1a2b41fb19bbd743cb42f707783ad67d73636e Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Tue, 2 Jun 2026 19:40:56 +0200 Subject: [PATCH] main/postmarketos-initramfs: add libinput-udev to depends https://gitlab.alpinelinux.org/alpine/aports/-/commit/6b63703a58e35adb2377d12278e5de397b2ed547 changed the udev subpackage for libinput. Previously, it would be pulled in if libinput-libs and a udev implementation were installed at the same time. Now, it uses the default logic for udev subpackages, preventing it from being pulled in with postmarketos-initramfs only depending on -libs. This change explicitly depends on -udev to fix this issue. Signed-off-by: Aster Boese Part-of: --- main/postmarketos-initramfs/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/postmarketos-initramfs/APKBUILD b/main/postmarketos-initramfs/APKBUILD index 95bfbecf6..d25436790 100644 --- a/main/postmarketos-initramfs/APKBUILD +++ b/main/postmarketos-initramfs/APKBUILD @@ -2,7 +2,7 @@ maintainer="Casey Connolly " pkgname=postmarketos-initramfs pkgver=3.11.2 -pkgrel=0 +pkgrel=1 pkgdesc="Base files for the postmarketOS initramfs / initramfs-extra" url="https://postmarketos.org" options="!check" # no tests @@ -26,6 +26,7 @@ depends=" iskey kmod libinput-libs + libinput-udev losetup lz4 parted