mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/rpi-eeprom to 20231021-1
This commit is contained in:
parent
b7e4cce184
commit
4ea296704d
1 changed files with 6 additions and 6 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue