alarm/raspberrypi-firmware to 20151023-1

This commit is contained in:
Kevin Mihelich 2015-10-24 00:05:33 +00:00
parent dc24d54675
commit a386f116c9

View file

@ -6,9 +6,9 @@ pkgname=('raspberrypi-firmware'
'raspberrypi-firmware-bootloader-x'
'raspberrypi-firmware-tools'
'raspberrypi-firmware-examples')
pkgver=20151010
pkgver=20151023
pkgrel=1
_commit=d56bf185f0f9e1cc2d9090970a2db1f6ebe76bb2
_commit=4047fe26797884cedf53bc8671d19e7f6f9f59d5
pkgdesc="Firmware files for Raspberry Pi"
arch=('any')
url="https://github.com/raspberrypi/firmware"
@ -16,7 +16,7 @@ makedepends=('git')
license=('custom')
options=(!strip)
source=("https://github.com/raspberrypi/firmware/archive/${_commit}.tar.gz")
md5sums=('d1c052e67e67f7f8986b6e47b239a9dd')
md5sums=('041d96de5fb242f39ae04493fd94e8be')
package_raspberrypi-firmware() {
depends=('raspberrypi-firmware-bootloader'
@ -28,7 +28,7 @@ package_raspberrypi-firmware() {
package_raspberrypi-firmware-bootloader() {
pkgdesc="Bootloader files for Raspberry Pi"
mkdir -p "${pkgdir}"/boot/overlays
mkdir -p "${pkgdir}"/boot
cp "${srcdir}"/firmware-${_commit}/boot/{*.dat,*.bin,*.elf} "${pkgdir}"/boot
rm "${pkgdir}"/boot/{start_x.elf,fixup_x.dat}
}