mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/rpi-eeprom to 20240119-2
Add nano as a hard dep since it is hardcoded into rpi-eeprom-update
This commit is contained in:
parent
c036d880ce
commit
ba38fa1cfd
1 changed files with 3 additions and 5 deletions
|
@ -5,7 +5,7 @@ pkgname=(rpi4-eeprom rpi5-eeprom)
|
||||||
|
|
||||||
_commit=36e58db5c2a2656e553441f4f48f32227809105d
|
_commit=36e58db5c2a2656e553441f4f48f32227809105d
|
||||||
pkgver=20240119
|
pkgver=20240119
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url='https://github.com/raspberrypi/rpi-eeprom'
|
url='https://github.com/raspberrypi/rpi-eeprom'
|
||||||
license=(custom)
|
license=(custom)
|
||||||
|
@ -14,8 +14,7 @@ md5sums=('e5aa3f795d92c7f1289a2ba048d769e9')
|
||||||
|
|
||||||
package_rpi4-eeprom() {
|
package_rpi4-eeprom() {
|
||||||
pkgdesc="Bootloader and VLI USB controller EEPROM update for bcm2711/RPi4 SoC"
|
pkgdesc="Bootloader and VLI USB controller EEPROM update for bcm2711/RPi4 SoC"
|
||||||
depends=(python pciutils raspberrypi-utils coreutils binutils)
|
depends=(binutils coreutils nano pciutils python raspberrypi-utils)
|
||||||
optdepends=('nano: required for using rpi-eeprom-config')
|
|
||||||
conflicts=(rpi5-eeprom rpi-eeprom)
|
conflicts=(rpi5-eeprom rpi-eeprom)
|
||||||
replaces=(rpi-eeprom)
|
replaces=(rpi-eeprom)
|
||||||
backup=("etc/default/$pkgbase-update")
|
backup=("etc/default/$pkgbase-update")
|
||||||
|
@ -49,10 +48,9 @@ package_rpi4-eeprom() {
|
||||||
|
|
||||||
package_rpi5-eeprom() {
|
package_rpi5-eeprom() {
|
||||||
pkgdesc="Bootloader and VLI USB controller EEPROM update for bcm2712/RPi5 SoC"
|
pkgdesc="Bootloader and VLI USB controller EEPROM update for bcm2712/RPi5 SoC"
|
||||||
depends=(python pciutils raspberrypi-utils coreutils binutils)
|
depends=(binutils coreutils nano pciutils python raspberrypi-utils)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'flashrom: alternative method for updating firmware'
|
'flashrom: alternative method for updating firmware'
|
||||||
'nano: required for using rpi-eeprom-config'
|
|
||||||
)
|
)
|
||||||
conflicts=(rpi4-eeprom)
|
conflicts=(rpi4-eeprom)
|
||||||
backup=("etc/default/$pkgbase-update")
|
backup=("etc/default/$pkgbase-update")
|
||||||
|
|
Loading…
Reference in a new issue