mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/rpi-eeprom to 20220722-1
This commit is contained in:
parent
85039da3bf
commit
ef3523fdfd
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
|
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
|
||||||
|
|
||||||
pkgname=rpi-eeprom
|
pkgname=rpi-eeprom
|
||||||
_commit=51648bb0b3fef8002cbe95c8c73919c60eb43681
|
_commit=4703b71a95738a81592a78463c67c2b1291f9bf9
|
||||||
pkgver=20220720
|
pkgver=20220722
|
||||||
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')
|
||||||
|
@ -11,7 +11,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=("$pkgname-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/rpi-eeprom/archive/$_commit.tar.gz")
|
source=("$pkgname-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/rpi-eeprom/archive/$_commit.tar.gz")
|
||||||
md5sums=('49df999c3cb026acee232d05ac29d687')
|
md5sums=('2b0e6afc5abe1aecd352e546135e737e')
|
||||||
install="$pkgname.install"
|
install="$pkgname.install"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue