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 --- bin/get-source-info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/get-source-info b/bin/get-source-info index 4b59b85..73dc504 100755 --- a/bin/get-source-info +++ b/bin/get-source-info @@ -74,7 +74,7 @@ MOD_GIT_REVISION="$4" SRCINFO="${tmp_dir}/SRCINFO" if [ "${respect_cache}" = 1 ]; then - 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}" \ >"${SRCINFO}" else make_source_info "${PACKAGE}" "${REPOSITORY}" "${GIT_REVISION}" "${MOD_GIT_REVISION}" "${SRCINFO}" -- cgit v1.2.3-70-g09d2