Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/common-functions2
1 files changed, 1 insertions, 1 deletions
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}"
}