mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/rpi-eeprom to 20220428-1
This commit is contained in:
parent
41703b79d0
commit
d9316e0421
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: graysky <graysky@archlinux.us>
|
# Maintainer: graysky <graysky@archlinux.us>
|
||||||
|
|
||||||
pkgname=rpi-eeprom
|
pkgname=rpi-eeprom
|
||||||
_commit=d75e8ff07f7d1484973fe64b9f0c17b0029fc1e0
|
_commit=51491abb9c360295625bdcf09fd9fc5658136630
|
||||||
pkgver=20220427
|
pkgver=20220428
|
||||||
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=('33175a9759060eae14253e8aee2bad0a')
|
md5sums=('ffe962b61caecf771a62d2e633fbaa40')
|
||||||
install="$pkgname.install"
|
install="$pkgname.install"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue