Skip to content

Commit b2c3740

Browse files
committed
⏰ edk2: auto updated to 202605-3
It has been built because: * yuyichao has requested to build it
1 parent 8745f1e commit b2c3740

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

alarmcn/edk2/PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pkgbase=edk2
55
pkgname=(edk2-aarch64 edk2-riscv64 edk2-shell edk2-ovmf)
66
pkgver=202605
77
_upstream_pkgrel=1
8-
pkgrel=2
8+
pkgrel=3
99
pkgdesc="Modern, feature-rich firmware development environment for the UEFI specifications"
1010
arch=(aarch64) # Avoid conflicting with the official package in the x86 repo
1111
url="https://github.com/tianocore/edk2"
@@ -348,8 +348,8 @@ makedepends=()
348348
source=()
349349
noextract=()
350350
for _name in "${pkgname[@]}"; do
351-
source+=(https://mirrors.kernel.org/archlinux/extra/os/x86_64/${_name}-${pkgver}-${_upstream_pkgrel}-any.pkg.tar.zst)
352-
noexxtract+=(${_name}-${pkgver}-${_upstream_pkgrel}-any.pkg.tar.zst)
351+
source+=(${_name}-${pkgver}-${_upstream_pkgrel}-any.tar.zst::https://mirrors.kernel.org/archlinux/extra/os/x86_64/${_name}-${pkgver}-${_upstream_pkgrel}-any.pkg.tar.zst)
352+
noexxtract+=(${_name}-${pkgver}-${_upstream_pkgrel}-any.tar.zst)
353353
eval "package_$_name() {
354354
_package $_name
355355
}"
@@ -369,7 +369,7 @@ _package() {
369369
mkdir unpack-$_name
370370
cd unpack-$_name
371371

372-
bsdtar xf ../${_name}-${pkgver}-${_upstream_pkgrel}-any.pkg.tar.zst
372+
bsdtar xf ../${_name}-${pkgver}-${_upstream_pkgrel}-any.tar.zst
373373

374374
rm .BUILDINFO .MTREE
375375

0 commit comments

Comments
 (0)