mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/rpi-eeprom to 20240108-1
This commit is contained in:
parent
91e7f40d94
commit
2f7f92a478
1 changed files with 7 additions and 4 deletions
|
@ -3,14 +3,14 @@
|
|||
pkgbase=rpi-eeprom
|
||||
pkgname=(rpi4-eeprom rpi5-eeprom)
|
||||
|
||||
_commit=72cedfe5eea64bb8509b7d0fec68f5df5dd22f9e
|
||||
pkgver=20231218
|
||||
_commit=8855da988935f0c09ed4cc772103d4c5408a1afb
|
||||
pkgver=20240108
|
||||
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=('c63890d2ebffb2ecbb67cde4a8effb51')
|
||||
md5sums=('7d0e8cc63f96c9421ef6e2f2f6e5edc7')
|
||||
|
||||
package_rpi4-eeprom() {
|
||||
pkgdesc="Bootloader and VLI USB controller EEPROM update for bcm2711/RPi4 SoC"
|
||||
|
@ -50,7 +50,10 @@ package_rpi4-eeprom() {
|
|||
package_rpi5-eeprom() {
|
||||
pkgdesc="Bootloader and VLI USB controller EEPROM update for bcm2712/RPi5 SoC"
|
||||
depends=(python pciutils raspberrypi-utils coreutils binutils)
|
||||
optdepends=('nano: required for using rpi-eeprom-config')
|
||||
optdepends=(
|
||||
'flashrom: alternative method for updating firmware'
|
||||
'nano: required for using rpi-eeprom-config'
|
||||
)
|
||||
conflicts=(rpi4-eeprom)
|
||||
backup=("etc/default/$pkgbase-update")
|
||||
install="rpi-eeprom.install"
|
||||
|
|
Loading…
Reference in a new issue