Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2023-05-03 14:33:14 +0300
committerLevente Polyak <anthraxx@archlinux.org>2023-05-20 00:08:13 +0200
commit4d3ab0b489f05565cec0a741564f8ba6ec57a9d6 (patch)
treed34901df5854f9768d892cd902613a3a2fb65d18 /Makefile
parent830dcde2d8353dbcce1e831adb7c7e8f538210a3 (diff)
config: update pacman configs for new repository layout
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index faac812..a19aef6 100644
--- a/Makefile
+++ b/Makefile
@@ -32,12 +32,16 @@ COMMITPKG_LINKS = \
gnome-unstablepkg
ARCHBUILD_LINKS = \
+ core-testing-x86_64-build \
+ core-testing-x86_64_v3-build \
+ core-staging-x86_64-build \
+ core-staging-x86_64_v3-build \
extra-x86_64-build \
extra-x86_64_v3-build \
- testing-x86_64-build \
- testing-x86_64_v3-build \
- staging-x86_64-build \
- staging-x86_64_v3-build \
+ extra-testing-x86_64-build \
+ extra-testing-x86_64_v3-build \
+ extra-staging-x86_64-build \
+ extra-staging-x86_64_v3-build \
multilib-build \
multilib-testing-build \
multilib-staging-build \