From bf44cbb9f4447e8b83b0a32a976fc819c538ccb6 Mon Sep 17 00:00:00 2001 From: Minecrell Date: Tue, 26 Oct 2021 10:49:03 +0200 Subject: [PATCH] testing/firmware-qcom-adreno-extra: add missing replaces firmware-adreno (MR 2635) This should fix upgrading from firmware-adreno to one of the subpackages in case the new package is installed before firmware-adreno is uninstalled. --- device/testing/firmware-qcom-adreno-extra/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device/testing/firmware-qcom-adreno-extra/APKBUILD b/device/testing/firmware-qcom-adreno-extra/APKBUILD index 654de3c0c..025e21841 100644 --- a/device/testing/firmware-qcom-adreno-extra/APKBUILD +++ b/device/testing/firmware-qcom-adreno-extra/APKBUILD @@ -1,11 +1,12 @@ pkgname=firmware-qcom-adreno-extra pkgver=2 -pkgrel=0 +pkgrel=1 pkgdesc="Extra Qualcomm Adreno GPU firmware from TheMuppets" url="https://github.com/TheMuppets/proprietary_vendor_sony" arch="armhf aarch64 armv7" license="proprietary" options="!check !archcheck !strip !spdx !tracedeps pmb:cross-native" +replaces="firmware-adreno" # Sources _files1="a225_pm4.fw a225_pfp.fw a225p5_pm4.fw a330_pfp.fw a330_pm4.fw"