alarm/raspberrypi-firmware to 20150322-1

This commit is contained in:
Kevin Mihelich 2015-03-23 00:36:33 +00:00
parent a1e33f9747
commit b21b4195e2

View file

@ -6,9 +6,9 @@ pkgname=('raspberrypi-firmware'
'raspberrypi-firmware-bootloader-x'
'raspberrypi-firmware-tools'
'raspberrypi-firmware-examples')
pkgver=20150316
pkgver=20150322
pkgrel=1
_commit=3b750d30562d4506ad362eb06abdf98b7ed9d499
_commit=151e6e5d3e9c2a6bb17191718136333ac6f2050d
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=('9507584af5b7540f928dacaf62756e65')
md5sums=('447fb5ff1268a07a6016fcd67b5393b1')
package_raspberrypi-firmware() {
depends=('raspberrypi-firmware-bootloader'
@ -28,8 +28,9 @@ package_raspberrypi-firmware() {
package_raspberrypi-firmware-bootloader() {
pkgdesc="Bootloader files for Raspberry Pi"
mkdir -p "${pkgdir}"/boot
mkdir -p "${pkgdir}"/boot/overlays
cp "${srcdir}"/firmware-${_commit}/boot/{*.dat,*.bin,*.elf} "${pkgdir}"/boot
cp "${srcdir}"/firmware-${_commit}/boot/overlays/README "${pkgdir}"/boot/overlays
rm "${pkgdir}"/boot/{start_x.elf,fixup_x.dat}
}