From a9527ced59637fa257b1c4ceed0366f0a50af4c5 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 7 Jul 2025 19:44:00 +0200 Subject: [PATCH] main/mobile-config-firefox: fix librewolf pkg dep The mobile-config-firefox-librewolf package must depend on the main package mobile-config-firefox, as it contains some common files. Fixes: mobile-config-firefox#103 Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6753 --- main/mobile-config-firefox/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/mobile-config-firefox/APKBUILD b/main/mobile-config-firefox/APKBUILD index 46828c182..74f9cf3cf 100644 --- a/main/mobile-config-firefox/APKBUILD +++ b/main/mobile-config-firefox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Oliver Smith pkgname=mobile-config-firefox pkgver=4.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="Firefox tweaks for mobile and privacy" url="https://gitlab.postmarketos.org/postmarketOS/mobile-config-firefox" source=" @@ -23,6 +23,7 @@ package() { } librewolf() { + depends="mobile-config-firefox" amove /usr/lib/librewolf }