Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/get-source-info
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get-source-info')
-rwxr-xr-xbin/get-source-info2
1 files changed, 1 insertions, 1 deletions
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}"