mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/rpi-eeprom to 20220316-1
This commit is contained in:
parent
8ea40ee101
commit
f2510e182a
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: graysky <graysky@archlinux.us>
|
||||
|
||||
pkgname=rpi-eeprom
|
||||
_commit=e866f258d97a06f8b6ca8253b9e0e831494e5c86
|
||||
pkgver=20220228
|
||||
_commit=dd0e086280124e0522111a7d2bf56420d1167844
|
||||
pkgver=20220316
|
||||
pkgrel=1
|
||||
pkgdesc="Bootloader and VL805 USB controller EEPROM update tool for RPi4"
|
||||
arch=('any')
|
||||
|
@ -11,7 +11,7 @@ license=('custom')
|
|||
depends=(python pciutils raspberrypi-firmware coreutils binutils)
|
||||
backup=("etc/default/$pkgname-update")
|
||||
source=("$pkgname-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/rpi-eeprom/archive/$_commit.tar.gz")
|
||||
md5sums=('a193cce8f882e94fedaa576945e8870a')
|
||||
md5sums=('8656d92514d1f35d818c8099931078d0')
|
||||
install="$pkgname.install"
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue