update: firmware-phicomm-n1

This commit is contained in:
JerryXiao 2019-09-05 19:45:06 +08:00
parent 936087d584
commit 16056a5945
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = firmware-phicomm-n1
pkgdesc = Additional firmware for Phicomm N1
pkgver = 6
pkgrel = 2
pkgrel = 3
url = https://github.com/RPi-Distro
arch = any
license = custom

View File

@ -4,7 +4,7 @@ buildarch=28
pkgname=firmware-phicomm-n1
pkgver=6
pkgrel=2
pkgrel=3
pkgdesc="Additional firmware for Phicomm N1"
arch=('any')
url="https://github.com/RPi-Distro"
@ -22,5 +22,5 @@ sha256sums=('8e2250518bc789e53109728c3c0a6124bc3801a75a1cb4966125753cf1f0252e'
package() {
install -d "${pkgdir}/usr/lib/firmware/brcm"
install -m 0644 *.txt *.clm_blob "${pkgdir}/usr/lib/firmware/brcm"
install -m 0644 *.hcd "${pkgdir}/usr/lib/firmware/"
install -m 0644 *.hcd "${pkgdir}/usr/lib/firmware/brcm"
}