From 7c7a001ee6b8642121d28191bcc913c2ea452900 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 5 Feb 2018 21:46:28 +0100 Subject: building up to pacman pre-requisites, pacman itself doesn't work yet changed checkout method parameter, we have asp, yaourt and packages32 now --- i486-stage1/template/DESCR | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'i486-stage1/template/DESCR') diff --git a/i486-stage1/template/DESCR b/i486-stage1/template/DESCR index faa5d7f..1e3a94a 100644 --- a/i486-stage1/template/DESCR +++ b/i486-stage1/template/DESCR @@ -1,7 +1,11 @@ -# NEEDS_YAOURT = 0 | 1 -# asp is the default tool to fetch packages, if the -# package is only available in AUR, the set NEEDS_YAOURT=1 -NEEDS_YAOURT=0 +# FETCH_METHOD = "asp" | "yaourt" | "packages32" +# "asp" is the default tool to fetch the package description PKGBUILD and +# associated patch and other files. +# If the package exists only on AUR, then use "yaourt". +# If you want the package from Archlinux32, use "packages32". +# (this is only for where to get the base set of files from, the patches +# from packages32 are always applied) +FETCH_METHOD="asp" # NOPARALLEL_BUILD = 0 | 1 # the -j parameter to makepkg will be set to -j if -- cgit v1.2.3-54-g00ecf