diff --git a/alarm/raspberrypi-firmware/PKGBUILD b/alarm/raspberrypi-firmware/PKGBUILD index f5a310c6e..9c01b5f78 100644 --- a/alarm/raspberrypi-firmware/PKGBUILD +++ b/alarm/raspberrypi-firmware/PKGBUILD @@ -1,16 +1,16 @@ +# Maintainer: graysky # Maintainer: Oleg Rakhmanov # Maintainer: Kevin Mihelich -# Maintainer: graysky -buildarch=28 +buildarch=12 pkgname=raspberrypi-firmware -pkgver=20220202 +pkgver=20220206 pkgrel=1 -_commitfirmware=6159b7c1195b41aa43b0d2f322e192d84845e622 +_commitfirmware=48606ad5e152227db4a26459fc2ba7944b6597a3 _commituserland=8fa944c74085aacd99da3e733af8dc5ac9b04fd9 pkgdesc="Firmware tools, libraries, and headers for Raspberry Pi" -arch=('armv6h' 'armv7h' 'aarch64') +arch=('armv7h' 'aarch64') url="https://github.com/raspberrypi/firmware" license=('custom') makedepends_aarch64=('cmake') @@ -20,15 +20,13 @@ options=(!strip) source=('00-raspberrypi-firmware.conf' '10-raspberrypi-firmware.rules' 'raspberrypi-firmware.sh') -source_armv6h=("firmware-$pkgver-${_commitfirmware:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz") -source_armv7h=("firmware-$pkgver-${_commitfirmware:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz") -source_aarch64=("userland-$pkgver-${_commituserland:0:10}.tar.gz::https://github.com/raspberrypi/userland/archive/$_commituserland.tar.gz" +source_armv7h=("firmware-$pkgver-$pkgrel-${_commitfirmware:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz") +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' '60919cb17f31b4698b6650bbb46f18ed') -md5sums_armv6h=('d5a0e8f148d3c5f2696632040093e69c') -md5sums_armv7h=('d5a0e8f148d3c5f2696632040093e69c') +md5sums_armv7h=('0b9d0ab3afbcfd9641389fd5dff28654') md5sums_aarch64=('3ae2dd5ad58069a789aca3016d93a8a4' '86e53f5f5909ee66900418028de11780')