Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions srcpkgs/asahi-uboot/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'asahi-uboot'
pkgname=asahi-uboot
version=2025.10+2
version=2026.04+1
revision=1
archs="aarch64*"
hostmakedepends="bison flex which python3 swig python3-devel
Expand All @@ -13,7 +13,7 @@ maintainer="dkwo <npiazza@disroot.org>, Will Springer <skirmisher@protonmail.com
license="GPL-2.0-or-later, MIT"
homepage="https://asahilinux.org"
distfiles="https://github.com/AsahiLinux/u-boot/archive/refs/tags/asahi-v${version/+/-}.tar.gz"
checksum=899895de62aeef3d6c7360133396089bdf85ac09490429b2b3f69a4dfdfcb415
checksum=72b8e06d55361ecde3bb37b071c3e2a501be4f2b56f36a1d9680b4f352539830
make_check=no # missing python3-libfdt ?

if [ "${CROSS_BUILD}" ]; then
Expand All @@ -30,9 +30,6 @@ do_build() {

do_install() {
vinstall u-boot-nodtb.bin 0644 usr/lib/asahi-boot
for dtb in arch/arm/dts/t[86]*.dtb ; do
vinstall ${dtb} 0644 usr/lib/asahi-boot/dtb
done
}

post_install() {
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/asahi-uboot/update
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pattern='tags/asahi-v\K[\d.R-]+(?=\.tar\.gz)'
pattern='refs/tags/asahi-v\K[\d.R-]+($|(?=^))'