From cda9735b36dc30031678910937234eda72e8cc5c Mon Sep 17 00:00:00 2001 From: Oliver Smith <ollieparanoid@postmarketos.org> Date: Thu, 7 Nov 2024 21:30:10 +0100 Subject: [PATCH] device-google-sargo: move replaces to -openrc (MR 5771) [ci:skip-build]: already built successfully in CI --- device/community/device-google-sargo/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/community/device-google-sargo/APKBUILD b/device/community/device-google-sargo/APKBUILD index 73014c1afee..984021beef4 100644 --- a/device/community/device-google-sargo/APKBUILD +++ b/device/community/device-google-sargo/APKBUILD @@ -3,7 +3,7 @@ pkgname=device-google-sargo pkgdesc="Google Pixel 3a" pkgver=6 -pkgrel=3 +pkgrel=4 url="https://postmarketos.org" license="MIT" arch="aarch64" @@ -48,7 +48,6 @@ package() { nonfree_firmware() { pkgdesc="Proprietary firmware blobs for the Google Pixel 3a" - replaces="hexagonrpcd-openrc" depends=" firmware-google-sargo hexagonrpcd @@ -68,6 +67,7 @@ nonfree_firmware_openrc() { # Enable HexagonRPCD by default, but not if the user installed this # package then disabled it. install="$subpkgname.post-install" + replaces="hexagonrpcd-openrc" # The FastRPC service is only enabled when non-free firmware is installed. install -Dm755 "$srcdir"/no-hexagonrpcd-on-suspend.sh \ "$subpkgdir"/etc/elogind/system-sleep/no-hexagonrpcd-on-suspend.sh -- GitLab