From 3c281ad7156f9736d2b709d6f608429c8f4e3aab Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 5 Sep 2019 20:31:15 +0800 Subject: [PATCH] update: firmware-phicomm-n1 --- firmware-phicomm-n1/.SRCINFO | 3 ++- firmware-phicomm-n1/PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/firmware-phicomm-n1/.SRCINFO b/firmware-phicomm-n1/.SRCINFO index 3855fde..bfce2ea 100644 --- a/firmware-phicomm-n1/.SRCINFO +++ b/firmware-phicomm-n1/.SRCINFO @@ -1,10 +1,11 @@ pkgbase = firmware-phicomm-n1 pkgdesc = Additional firmware for Phicomm N1 pkgver = 6 - pkgrel = 3 + pkgrel = 4 url = https://github.com/RPi-Distro arch = any license = custom + conflicts = firmware-raspberrypi options = !strip source = https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/130cb86fa30cafbd575d38865fa546350d4c5f9c/brcm/brcmfmac43455-sdio.clm_blob source = https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/130cb86fa30cafbd575d38865fa546350d4c5f9c/brcm/brcmfmac43455-sdio.txt diff --git a/firmware-phicomm-n1/PKGBUILD b/firmware-phicomm-n1/PKGBUILD index b7b13ea..3a6f456 100644 --- a/firmware-phicomm-n1/PKGBUILD +++ b/firmware-phicomm-n1/PKGBUILD @@ -4,8 +4,9 @@ buildarch=28 pkgname=firmware-phicomm-n1 pkgver=6 -pkgrel=3 +pkgrel=4 pkgdesc="Additional firmware for Phicomm N1" +conflicts=('firmware-raspberrypi') arch=('any') url="https://github.com/RPi-Distro" license=('custom') @@ -21,6 +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/brcm" + install -m 0644 *.hcd *.txt *.clm_blob "${pkgdir}/usr/lib/firmware/brcm" }