summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2017-03-25 08:59:38 -0400
committerDave Reisner <dreisner@archlinux.org>2017-03-25 09:18:50 -0400
commitc2b33327aa7b8faf3c88aeaa007e7eb4bba4869f (patch)
tree15b46e42eb771e2c095e31ba7e27ee3fe6dcab02 /Makefile
parentf638242d6e81b72f8e0ea11a4f8c3c84099fd5b6 (diff)
downloadasp32-c2b33327aa7b8faf3c88aeaa007e7eb4bba4869f.tar.xz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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