diff options
author | Dan Johansen <strit@manjaro.org> | 2020-03-31 11:33:52 +0200 |
---|---|---|
committer | Dan Johansen <strit@manjaro.org> | 2020-03-31 11:33:52 +0200 |
commit | b3ba8331d7a741eee5b34324b1b3a800946d1dbf (patch) | |
tree | 3efeb5382209478895bb02ca524f1610627528d8 /PKGBUILD | |
parent | afc63120509619422b86df3d61536be7245e28f8 (diff) | |
download | uboot-pinebook-b3ba8331d7a741eee5b34324b1b3a800946d1dbf.tar.gz uboot-pinebook-b3ba8331d7a741eee5b34324b1b3a800946d1dbf.tar.bz2 uboot-pinebook-b3ba8331d7a741eee5b34324b1b3a800946d1dbf.zip |
fix UART in extlinux
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |