mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/rpi-eeprom to 20210625-1
This commit is contained in:
parent
43f8ffdf95
commit
1957a7e226
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
||||||
buildarch=12
|
buildarch=12
|
||||||
|
|
||||||
pkgname=rpi-eeprom
|
pkgname=rpi-eeprom
|
||||||
_commit=cecc46f6878ff03ab87c1cdd3c17ca0b446546d2
|
_commit=5d70742580859c5f54eb4cb8bf9b730067ffc396
|
||||||
pkgver=20210619
|
pkgver=20210625
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Bootloader and VL805 USB controller EEPROM update tool for RPi4"
|
pkgdesc="Bootloader and VL805 USB controller EEPROM update tool for RPi4"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -13,7 +13,7 @@ license=('custom')
|
||||||
depends=(python pciutils raspberrypi-firmware coreutils binutils)
|
depends=(python pciutils raspberrypi-firmware coreutils binutils)
|
||||||
backup=("etc/default/$pkgname-update")
|
backup=("etc/default/$pkgname-update")
|
||||||
source=("https://github.com/raspberrypi/rpi-eeprom/archive/$_commit.tar.gz")
|
source=("https://github.com/raspberrypi/rpi-eeprom/archive/$_commit.tar.gz")
|
||||||
md5sums=('f5610cba639a570f8bbbed92ef4e6f06')
|
md5sums=('c18237df664548fde3c9615372ddbd6f')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$pkgname-$_commit"
|
cd "$pkgname-$_commit"
|
||||||
|
|
Loading…
Reference in a new issue