From b3ba8331d7a741eee5b34324b1b3a800946d1dbf Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Tue, 31 Mar 2020 11:33:52 +0200 Subject: fix UART in extlinux --- PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 36f5493..8a5a77c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,12 +4,13 @@ pkgname=uboot-pinebook pkgver=v2019.01.rc3.r35.g64abfc9b6b -pkgrel=1 +pkgrel=2 pkgdesc="U-Boot for Pine64" arch=('aarch64') url='http://www.denx.de/wiki/U-Boot/WebHome' license=('GPL') makedepends=('bc' 'git' 'python' 'swig' 'dtc') +backup=('boot/extlinux/extlinux.conf') install=${pkgname}.install source=('git+https://github.com/u-boot/u-boot.git#commit=64abfc9b6bb3' 'git+https://github.com/ARM-software/arm-trusted-firmware.git#commit=63b9b5425f15' @@ -18,7 +19,7 @@ source=('git+https://github.com/u-boot/u-boot.git#commit=64abfc9b6bb3' md5sums=('SKIP' 'SKIP' '3213c96ce0713249719dc73d58395620' - '9641cbc5984727d43f76350a7c0e124e') + '96aebf8a7cca044bb2c765ba8812299b') pkgver() { cd u-boot -- cgit v1.2.3-54-g00ecf