mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/rpi-eeprom to 20221020-2
This commit is contained in:
parent
9b701fb1ad
commit
5c86c80981
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
|
||||
|
||||
pkgname=rpi-eeprom
|
||||
_commit=d0ff0d5d721811d82ddbf0b2043f8a2c87f120d9
|
||||
_commit=092f87659594a48cf52a18a6f2dee9ebf4dcaedf
|
||||
pkgver=20221020
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Bootloader and VL805 USB controller EEPROM update tool for RPi4"
|
||||
arch=('any')
|
||||
url='https://github.com/raspberrypi/rpi-eeprom'
|
||||
|
@ -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=('1338d86b144d36cd8e510119ff585dca')
|
||||
md5sums=('c68f5aa58c32c6e6630dcdda3ec94709')
|
||||
install="$pkgname.install"
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue