librecomputer-lafrite: fix firmware dependency name (MR 4471)

linux-firmware-amlogic doesn't exist. The "vdec" firmware actually
resides in linux-firmware-meson.

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Stefan Hansson 2023-10-12 14:15:13 +02:00 committed by Oliver Smith
parent 9afcde0854
commit 3ffe37e840
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -3,7 +3,7 @@
pkgname=device-librecomputer-lafrite
pkgdesc="Libre Computer AML-S805X-AC-V1.0"
pkgver=0.2
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -31,7 +31,7 @@ package() {
nonfree_firmware() {
pkgdesc="vdec firmware"
depends="linux-firmware-amlogic"
depends="linux-firmware-meson"
mkdir "$subpkgdir"
}