mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
fix empty variable
This commit is contained in:
parent
990a6fc93f
commit
45cde35540
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
|
@ -97,6 +97,7 @@ if [[ ${_build_arch_patch::1} == "t" ]]; then
|
|||
| grep -Eo "v${pkgver}-arch[0-9]+" \
|
||||
| sort -rV | head -1
|
||||
)
|
||||
: ${_srctag:=v${pkgver}-arch1}
|
||||
|
||||
source+=(
|
||||
$_dl_url_arch/releases/download/$_srctag/linux-$_srctag.patch.zst{,.sig}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue