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. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e01c275..eec6fe4 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ ZSH_COMPLETION = \ shell/zsh-completion INCLUDES = \ + archweb.inc.sh \ package.inc.sh \ remote.inc.sh \ util.inc.sh -- cgit v1.2.3-54-g00ecf