summaryrefslogtreecommitdiff
path: root/src/libretools.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/libretools.conf')
-rw-r--r--src/libretools.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index e601465..f909c36 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -16,15 +16,13 @@ BLACKLIST=https://git.parabola.nu/blacklist.git/plain/blacklist.txt
# shellcheck disable=2046
DIFFPROG=$(which $([ -z "${DISPLAY:-}" ]||echo kdiff3 meld gvimdiff) vimdiff colordiff diff 2>/dev/null|sed 's/\s.*//;1q')
-## The architectures you'll be packaging for
-## Used by `librestage`, `xbs-abslibre`
-ARCHES=($(printf '%s\n' /usr/share/pacman/defaults/pacman.conf.*|sed 's|.*\.||'))
-
## ABSLibre
-# Used by xbs-abslibre
+## Used by xbs-abslibre
ABSLIBRERECV=git://git.parabola.nu/abslibre/abslibre.git
ABSLIBRESEND=ssh://git@git.parabola.nu/srv/git/abslibre/abslibre.git
ABSLIBREDEST="$WORKDIR/staging/abslibre"
+## ARCHES is the list of ARCHES to look for under ABSLIBREDEST
+ARCHES=($(printf '%s\n' /usr/share/pacman/defaults/pacman.conf.*|sed 's|.*\.||'))
################################################################################
# librerelease #