From 76a83eb27ba0ad0a628f477b743da736716f3ba6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 29 Jun 2023 13:10:56 +0200 Subject: fixed error in make_source_info_using_cache --- lib/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common-functions b/lib/common-functions index f97b02b..b1a39e3 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -211,7 +211,7 @@ make_source_info_using_cache() { local mod_git_revision="$4" local output="$5" - curl -LSs "https://buildmaster.archlinux32.org/pkginfo/${PACKAGE}-${REPOSITORY}-${GIT_REVISION}-${MOD_GIT_REVISION}" \ + curl -LSs "https://buildmaster.archlinux32.org/pkginfo/${package}-${repository}-${git_revision}-${mod_git_revision}" \ >"${output}" } -- cgit v1.2.3-54-g00ecf