community/device-shift-axolotl: fix dependency (MR 2982)

The soc-qcom-sdm845-nonfree-firmware dependency is now moved from
firmware-shift-sdm845 package to the device package.
This will make the firmware package to only depend on firmware files.
This commit is contained in:
Joel Selvaraj 2022-03-22 15:07:17 +05:30 committed by Newbyte
parent c9f9f679d2
commit d00448a16e
No known key found for this signature in database
GPG key ID: 5873C171C9429CFA

View file

@ -3,8 +3,8 @@
pkgname=device-shift-axolotl
pkgdesc="SHIFT6mq"
pkgver=1
pkgrel=1
pkgver=2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -37,7 +37,7 @@ package() {
nonfree_firmware() {
pkgdesc="Modem, GPU and WiFi Firmware, also needed for osk-sdl"
depends="firmware-shift-sdm845 firmware-shift-sdm845-initramfs"
depends="firmware-shift-sdm845 firmware-shift-sdm845-initramfs soc-qcom-sdm845-nonfree-firmware"
mkdir "$subpkgdir"
}