device-sony-pioneer: fix firmware dependency package name (MR 4613)

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Martijn Otto 2023-11-26 17:45:53 +01:00 committed by Pablo Correa Gómez
parent f58f45db2d
commit 1a93aba416
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -3,7 +3,7 @@
pkgname=device-sony-pioneer
pkgdesc="Sony Xperia XA2"
pkgver=0.1
pkgrel=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -42,7 +42,7 @@ phosh() {
nonfree_firmware() {
pkgdesc="Various firmware files required for most subsystems to run"
depends="firmware-sony-ninges soc-qcom-sdm-660-nonfree-firmware"
depends="firmware-sony-ninges soc-qcom-sdm660-nonfree-firmware"
mkdir "$subpkgdir"
}