mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/raspberrypi-firmware to 20210430-1
This commit is contained in:
parent
6b5124c0da
commit
26df4ed5dc
1 changed files with 6 additions and 13 deletions
|
@ -5,9 +5,9 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=raspberrypi-firmware
|
||||
pkgver=20210427
|
||||
pkgver=20210430
|
||||
pkgrel=1
|
||||
_commitfirmware=496e65477e06172ea20602e365d3790632c3cc06
|
||||
_commitfirmware=525012d9a06044a6c2d4caded3dd47376b9dcba4
|
||||
_commituserland=45a0022ac64b4d0788def3c5230c972430f6fc23
|
||||
pkgdesc="Firmware tools, libraries, and headers for Raspberry Pi"
|
||||
arch=('armv6h' 'armv7h' 'aarch64')
|
||||
|
@ -20,19 +20,15 @@ options=(!strip)
|
|||
source=('00-raspberrypi-firmware.conf'
|
||||
'10-raspberrypi-firmware.rules'
|
||||
'raspberrypi-firmware.sh')
|
||||
source_armv6h=("https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz"
|
||||
Add-man-pages-for-most-commands.patch::https://patch-diff.githubusercontent.com/raw/raspberrypi/firmware/pull/1572.patch)
|
||||
source_armv7h=("https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz"
|
||||
Add-man-pages-for-most-commands.patch::https://patch-diff.githubusercontent.com/raw/raspberrypi/firmware/pull/1572.patch)
|
||||
source_armv6h=("https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz")
|
||||
source_armv7h=("https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz")
|
||||
source_aarch64=("https://github.com/raspberrypi/userland/archive/$_commituserland.tar.gz"
|
||||
"https://raw.githubusercontent.com/raspberrypi/firmware/master/opt/vc/LICENCE")
|
||||
md5sums=('72e0d5818fc513ece1b964f25f7e7882'
|
||||
'2ad54baf398afe59ff5a70eb655f1b96'
|
||||
'60919cb17f31b4698b6650bbb46f18ed')
|
||||
md5sums_armv6h=('0aa6de64cab765e301662657b85e64c4'
|
||||
'4377323248618b78e2adbbf50a48ebce')
|
||||
md5sums_armv7h=('0aa6de64cab765e301662657b85e64c4'
|
||||
'4377323248618b78e2adbbf50a48ebce')
|
||||
md5sums_armv6h=('c635fe36446bc946b7df5e261516b70e')
|
||||
md5sums_armv7h=('c635fe36446bc946b7df5e261516b70e')
|
||||
md5sums_aarch64=('53e67a5a4e36049cc66e40dd8f93f533'
|
||||
'86e53f5f5909ee66900418028de11780')
|
||||
|
||||
|
@ -41,9 +37,6 @@ build() {
|
|||
cd "${srcdir}/userland-${_commituserland}"
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DARM64=ON
|
||||
make
|
||||
else
|
||||
cd "${srcdir}/firmware-${_commitfirmware}"
|
||||
patch -Np1 -i ../Add-man-pages-for-most-commands.patch
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue