mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
parent
9acc958c21
commit
c0763ef6c9
1 changed files with 4 additions and 4 deletions
|
@ -3,14 +3,14 @@
|
|||
pkgbase=rpi-eeprom
|
||||
pkgname=(rpi4-eeprom rpi5-eeprom)
|
||||
|
||||
_commit=7a1a01c24f48f800ff9ac6fe43fe1e109abf5f9d
|
||||
pkgver=20240417
|
||||
_commit=2bfd7cb74e6bc16559e040d0f5d788a4411819e4
|
||||
pkgver=20240420
|
||||
pkgrel=1
|
||||
arch=(any)
|
||||
url='https://github.com/raspberrypi/rpi-eeprom'
|
||||
license=(custom)
|
||||
source=("$pkgbase-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/rpi-eeprom/archive/$_commit.tar.gz")
|
||||
md5sums=('0f66fccbfab0f9a7a56221af14d4c5e6')
|
||||
md5sums=('af450bfba3e08d5fd3124b1b7fa828e8')
|
||||
|
||||
package_rpi4-eeprom() {
|
||||
pkgdesc="Bootloader and VLI USB controller EEPROM update for bcm2711/RPi4 SoC"
|
||||
|
@ -47,7 +47,7 @@ package_rpi4-eeprom() {
|
|||
}
|
||||
|
||||
package_rpi5-eeprom() {
|
||||
pkgdesc="Bootloader and VLI USB controller EEPROM update for bcm2712/RPi5 SoC"
|
||||
pkgdesc="Bootloader EEPROM update for bcm2712/RPi5 SoC"
|
||||
depends=(binutils coreutils nano pciutils python raspberrypi-utils)
|
||||
optdepends=(
|
||||
'flashrom: alternative method for updating firmware'
|
||||
|
|
Loading…
Reference in a new issue