mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/raspberrypi-firmware to 20230124-2
fix up udev rule for /dev/vchiq https://archlinuxarm.org/forum/viewtopic.php?f=67&t=16372
This commit is contained in:
parent
3a7de90392
commit
e6f981f170
2 changed files with 4 additions and 3 deletions
|
@ -1 +1,2 @@
|
|||
SUBSYSTEM=="vchiq",GROUP="video",MODE="0660"
|
||||
#SUBSYSTEM=="vchiq",GROUP="video",MODE="0660"
|
||||
KERNEL=="vchiq",GROUP="video",MODE="0660"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=raspberrypi-firmware
|
||||
pkgver=20230124
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_commitfirmware=52cf38d0ae55a8b7426e55974292a920265b7927
|
||||
_commituserland=54fd97ae4066a10b6b02089bc769ceed328737e0
|
||||
pkgdesc="Firmware tools, libraries, and headers for Raspberry Pi"
|
||||
|
@ -22,7 +22,7 @@ source_armv7h=("firmware-$pkgver-$pkgrel-${_commitfirmware:0:10}.tar.gz::https:/
|
|||
source_aarch64=("userland-$pkgver-$pkgrel-${_commituserland:0:10}.tar.gz::https://github.com/raspberrypi/userland/archive/$_commituserland.tar.gz"
|
||||
"https://raw.githubusercontent.com/raspberrypi/firmware/master/opt/vc/LICENCE")
|
||||
md5sums=('72e0d5818fc513ece1b964f25f7e7882'
|
||||
'2ad54baf398afe59ff5a70eb655f1b96'
|
||||
'4fd5a77d254c62a259edf8ff5194db6f'
|
||||
'60919cb17f31b4698b6650bbb46f18ed')
|
||||
md5sums_armv7h=('61e6cf46ab621e3dae91728b128ff1ec')
|
||||
md5sums_aarch64=('9ce7f475fd3f38800d361cad7f3852c2'
|
||||
|
|
Loading…
Reference in a new issue