mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/rpi-eeprom to 20221102-1
This commit is contained in:
parent
ab0acf8857
commit
a29f92133c
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
|
||||
|
||||
pkgname=rpi-eeprom
|
||||
_commit=092f87659594a48cf52a18a6f2dee9ebf4dcaedf
|
||||
pkgver=20221020
|
||||
pkgrel=2
|
||||
_commit=049da63a4e1134a85da19e04163cf6c7904ac233
|
||||
pkgver=20221102
|
||||
pkgrel=1
|
||||
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=('c68f5aa58c32c6e6630dcdda3ec94709')
|
||||
md5sums=('b15169ad9eb7f4d29a494dc585204dc6')
|
||||
install="$pkgname.install"
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue