diff --git a/device/testing/device-google-peach-pi/APKBUILD b/device/testing/device-google-peach-pi/APKBUILD index 9e9cbf44e..7b70877f4 100644 --- a/device/testing/device-google-peach-pi/APKBUILD +++ b/device/testing/device-google-peach-pi/APKBUILD @@ -3,8 +3,8 @@ # Co-Maintainer: Iourine pkgname=device-google-peach-pi pkgdesc="Samsung Chromebook 2 (13.3 inch)" -pkgver=1 -pkgrel=1 +pkgver=2 +pkgrel=0 url="https://postmarketos.org" license="MIT" arch="armv7" @@ -91,8 +91,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" }