From dd16033374de74762c808480cb217ae35082eb4b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 8 Jul 2023 19:06:37 +0200 Subject: removed pkginfo cache --- lib/common-functions | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index 6a11326..a9d4f73 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -203,18 +203,6 @@ str_to_regex() { # make_source_info $package $repository $git_revision $mod_git_revision $output # create .SRCINFO from PKGBUILD within git repositories, output to $output - -make_source_info_using_cache() { - local package="$1" - local repository="$2" - local git_revision="$3" - local mod_git_revision="$4" - local output="$5" - - curl -LSs "https://buildmaster.archlinux32.org/pkginfo/${package}=${repository}=${git_revision}=${mod_git_revision}" \ - >"${output}" -} - make_source_info() { local package="$1" -- cgit v1.2.3-54-g00ecf