mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/raspberrypi-bootloader to 20201215-1
This is actually a downgrade relative to 20201214-1 which introduced a critical bug preventing booting all RPi 0-3 but not RPi 4 on which I tested the package. Rather than adding an epoch= to the PKGBUILD, just bump the pkgver but ship the last-good commit from upstream previously provided by our 20201208-1 package. Upstream bug report: https://github.com/raspberrypi/firmware/issues/1511
This commit is contained in:
parent
b416129ce8
commit
f7990c9d38
1 changed files with 3 additions and 3 deletions
|
@ -6,15 +6,15 @@ buildarch=28
|
|||
pkgbase=raspberrypi-bootloader
|
||||
pkgname=('raspberrypi-bootloader'
|
||||
'raspberrypi-bootloader-x')
|
||||
pkgver=20201214
|
||||
pkgver=20201215
|
||||
pkgrel=1
|
||||
_commit=8cd76653b88939baf25c3f9d9ce90657bcc19b76
|
||||
_commit=919aee0ed75f7db48a38b8b96c13228a7584cfd7
|
||||
arch=('any')
|
||||
url="https://github.com/raspberrypi/firmware"
|
||||
license=('custom')
|
||||
options=(!strip)
|
||||
source=("https://github.com/raspberrypi/firmware/archive/${_commit}.tar.gz")
|
||||
md5sums=('00e30291834cd8b7d42072805d4957de')
|
||||
md5sums=('d3407d589999647ad1dc481dfae70549')
|
||||
|
||||
package_raspberrypi-bootloader() {
|
||||
pkgdesc="Bootloader files for Raspberry Pi"
|
||||
|
|
Loading…
Reference in a new issue