mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/rpi-eeprom to 20220208-2
Post install displays link to release notes helpful for beta features
This commit is contained in:
parent
14a022e21b
commit
1acdba0acb
2 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: graysky <graysky@archlinux.us>
|
||||
|
||||
pkgname=rpi-eeprom
|
||||
_commit=0254a8e959500fa526975d6e4e5a1c234fc02469
|
||||
_commit=21bc8412b8be9dfb7576733982ea81c0dde7653e
|
||||
pkgver=20220208
|
||||
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=('bdc514ec9f4cb59f4bd25d40918db90b')
|
||||
md5sums=('1f3fe0cca5154fa09924cc9f1c7bc3e9')
|
||||
install="$pkgname.install"
|
||||
|
||||
package() {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
post_install () {
|
||||
echo '>>> rpi-eeprom-update usage: https://archlinuxarm.org/forum/viewtopic.php?f=3&t=15366'
|
||||
echo '>>> Release notes: https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/release-notes.md'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue