From 8cd34b628cdb21708fe79524c8b64c77a0984bb7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 1 Jul 2023 12:29:12 +0200 Subject: renamed pkginfo cache and url, so that build-support works too --- lib/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index 58b1080..8960b0a 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