diff --git a/device/testing/device-google-snow/APKBUILD b/device/testing/device-google-snow/APKBUILD index 9b7dca4f4..a76f951cd 100644 --- a/device/testing/device-google-snow/APKBUILD +++ b/device/testing/device-google-snow/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Jenneron pkgname=device-google-snow pkgdesc="Samsung Chromebook" -pkgver=1 -pkgrel=1 +pkgver=2 +pkgrel=0 url="https://postmarketos.org" license="MIT" arch="armv7" @@ -106,8 +106,8 @@ mpv_xorg() { } nonfree_firmware() { - pkgdesc="WiFi/BT firmware" - depends="linux-firmware-mrvl" + pkgdesc="WiFi/BT and MFC firmware" + depends="linux-firmware-mrvl linux-firmware-other" mkdir "$subpkgdir" }