mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/rpi-eeprom to 20220209-1
This commit is contained in:
parent
7736b36e2f
commit
3d08a66d4d
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: graysky <graysky@archlinux.us>
|
||||
|
||||
pkgname=rpi-eeprom
|
||||
_commit=21bc8412b8be9dfb7576733982ea81c0dde7653e
|
||||
pkgver=20220208
|
||||
pkgrel=2
|
||||
_commit=7deaaa181a5f6b263e006eb9ea3758731a943125
|
||||
pkgver=20220209
|
||||
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=('1f3fe0cca5154fa09924cc9f1c7bc3e9')
|
||||
md5sums=('23406d14238f9980231a4b04256b3ab2')
|
||||
install="$pkgname.install"
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue