1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-12 16:19:48 +03:00

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
This commit is contained in:
Oliver Smith 2025-07-07 19:44:00 +02:00
parent a66c5a073b
commit a9527ced59
No known key found for this signature in database
GPG key ID: B0076E490B71616B

View file

@ -1,7 +1,7 @@
# Maintainer: Oliver Smith <ollieparaoid@postmarketos.org>
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
}