alarm/rpi-eeprom to 20231021-1

This commit is contained in:
graysky 2023-10-21 13:23:19 -04:00
parent b7e4cce184
commit 4ea296704d

View file

@ -3,18 +3,18 @@
pkgbase=rpi-eeprom
pkgname=(rpi4-eeprom rpi5-eeprom)
_commit=4f2d676b4e2a9c2d9ee1ab42015ce711fde97afa
pkgver=20230929
pkgrel=3
_commit=fdff8e81f0202c2a8538218e54488b14af2a719e
pkgver=20231021
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=('5a4d33d67a10035b214b43e4a8e7d52d')
md5sums=('d54f4d338b8fdddee97c08ba10a5fdda')
package_rpi4-eeprom() {
pkgdesc="Bootloader and VLI USB controller EEPROM update for bcm2711/RPi4 SoC"
depends=(python pciutils raspberrypi-firmware coreutils binutils)
depends=(python pciutils raspberrypi-utils coreutils binutils)
optdepends=('nano: required for using rpi-eeprom-config')
conflicts=(rpi5-eeprom rpi-eeprom)
replaces=(rpi-eeprom)
@ -49,7 +49,7 @@ package_rpi4-eeprom() {
package_rpi5-eeprom() {
pkgdesc="Bootloader and VLI USB controller EEPROM update for bcm2712/RPi5 SoC"
depends=(python pciutils raspberrypi-firmware coreutils binutils)
depends=(python pciutils raspberrypi-utils coreutils binutils)
optdepends=('nano: required for using rpi-eeprom-config')
conflicts=(rpi4-eeprom)
backup=("etc/default/$pkgbase-update")