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

linux-firmware-amlogic doesn't exist. The "vdec" firmware actually
resides in linux-firmware-meson.
This commit is contained in:
Stefan Hansson 2023-10-12 14:14:31 +02:00 committed by Oliver Smith
parent ca17321f5d
commit 9afcde0854
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -3,7 +3,7 @@
pkgname=device-librecomputer-lepotato
pkgdesc="Libre Computer AML-S905X-CC-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"
}