Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/lib/valid-tags.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/valid-tags.sh')
-rw-r--r--src/lib/valid-tags.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/valid-tags.sh b/src/lib/valid-tags.sh
index cef0cc6..abca7ef 100644
--- a/src/lib/valid-tags.sh
+++ b/src/lib/valid-tags.sh
@@ -4,13 +4,16 @@
:
# shellcheck disable=2034
-DEVTOOLS_VALID_ARCHES=(
+_arch=(
+ pentium4
+ i686
+ i486
x86_64
any
)
# shellcheck disable=2034
-DEVTOOLS_VALID_TAGS=(
+_tags=(
core-x86_64 core-any
core-staging-x86_64 core-staging-any
core-testing-x86_64 core-testing-any