From c2b33327aa7b8faf3c88aeaa007e7eb4bba4869f Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 25 Mar 2017 08:59:38 -0400 Subject: Handle split packages When a basic lookup fails, attempt to resolve the package name through archweb to get the pkgbase, under the assumption that this might be a split package. This adds jq as a new dependency. Closes #8. --- asp.in | 1 + 1 file changed, 1 insertion(+) (limited to 'asp.in') diff --git a/asp.in b/asp.in index 499af2f..6471aa1 100644 --- a/asp.in +++ b/asp.in @@ -10,6 +10,7 @@ OPT_FORCE=0 m4_include(util.inc.sh) m4_include(remote.inc.sh) m4_include(package.inc.sh) +m4_include(archweb.inc.sh) usage() { cat<