alarm/uboot-raspberrypi to 2019.04-1

This commit is contained in:
Kevin Mihelich 2019-07-06 15:23:58 +00:00
parent 4778f5aa09
commit cbf7d26831

View file

@ -4,7 +4,7 @@
buildarch=12
pkgname=uboot-raspberrypi
pkgver=2018.07
pkgver=2019.04
pkgrel=1
pkgdesc="U-Boot for Raspberry Pi"
arch=('armv7h' 'aarch64')
@ -14,14 +14,22 @@ backup=('boot/boot.txt' 'boot/boot.scr' 'boot/config.txt')
makedepends=('bc' 'dtc' 'git')
conflicts_armv7h=('linux-raspberrypi')
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
'0001-Fix-bcm2835_video_probe-with-newer-firmware.patch'
'boot.txt.v2'
'boot.txt.v3'
'mkscr')
md5sums=('2b8eaa30dd118b29889669070da22bb0'
md5sums=('543299cbbf0b9c0ae0c9579a006df2b7'
'7ca52bae8504e22e3ca0300c8ccf5866'
'69e883f0b8d1686b32bdf79684623f06'
'be8abe44b86d63428d7ac3acc64ee3bf'
'021623a04afd29ac3f368977140cfbfd')
prepare() {
cd u-boot-${pkgver/rc/-rc}
patch -p1 -i ../0001-Fix-bcm2835_video_probe-with-newer-firmware.patch
}
build() {
cd u-boot-${pkgver/rc/-rc}