mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/raspberrypi-firmware to 20211123-1
This commit is contained in:
parent
83bc43c2a1
commit
242265270d
1 changed files with 6 additions and 6 deletions
|
@ -5,10 +5,10 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=raspberrypi-firmware
|
||||
pkgver=20211108
|
||||
pkgver=20211123
|
||||
pkgrel=1
|
||||
_commitfirmware=fa9a00624e7d5d3dcdb297dff132dc32cc2d9a25
|
||||
_commituserland=bab9bf8790cd69660d443ce43b4e372999f3f7ac
|
||||
_commituserland=f5404b2fcd5f36106db064a0bace585659219b09
|
||||
pkgdesc="Firmware tools, libraries, and headers for Raspberry Pi"
|
||||
arch=('armv6h' 'armv7h' 'aarch64')
|
||||
url="https://github.com/raspberrypi/firmware"
|
||||
|
@ -20,16 +20,16 @@ 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")
|
||||
source_armv7h=("https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz")
|
||||
source_aarch64=("https://github.com/raspberrypi/userland/archive/$_commituserland.tar.gz"
|
||||
source_armv6h=("firmware-$pkgver-$pkgrel-${_commitfirmware:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz")
|
||||
source_armv7h=("firmware-$pkgver-$pkgrel-${_commitfirmware:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz")
|
||||
source_aarch64=("userland-$pkgver-$pkgrel-${_commituserland:0:10}.tar.gz::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=('da9e19f028629d5673146acb5e2dd173')
|
||||
md5sums_armv7h=('da9e19f028629d5673146acb5e2dd173')
|
||||
md5sums_aarch64=('71ef96272dbf00a7ded3afe15ca2a6ad'
|
||||
md5sums_aarch64=('5abe2e0eb76ba3cffd424ce45ea63391'
|
||||
'86e53f5f5909ee66900418028de11780')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue