Skip to content

Commit bec86cd

Browse files
authored
Merge pull request #106 from kpcyrd/devtools-fallback
Fix devtools-20210202-3-any file extension
2 parents 7783f25 + 9110e6a commit bec86cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repro.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ function cmd_check(){
347347
DEVTOOLS_PKG="devtools"
348348
if [[ -z "${BUILDTOOL}" ]] || [[ "${BUILDTOOL}" = makepkg ]]; then
349349
DEVTOOLS="devtools-20210202-3-any"
350-
DEVTOOLS_PKG="$ARCHIVEURL/d/devtools/${DEVTOOLS}.pkg.tar${pkg##*tar}"
350+
DEVTOOLS_PKG="$ARCHIVEURL/d/devtools/${DEVTOOLS}.pkg.tar.zst"
351351
elif [[ "${BUILDTOOL}" = devtools ]] ; then
352352
DEVTOOLS="${BUILDTOOL}-${BUILDTOOLVER}"
353353
DEVTOOLS_PKG="$ARCHIVEURL/${BUILDTOOL:0:1}/${DEVTOOLS}.pkg.tar${pkg##*tar}"

0 commit comments

Comments
 (0)