diff options
author | Felix Yan <felixonmars@archlinux.org> | 2023-05-03 14:33:14 +0300 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-05-20 00:08:13 +0200 |
commit | 4d3ab0b489f05565cec0a741564f8ba6ec57a9d6 (patch) | |
tree | d34901df5854f9768d892cd902613a3a2fb65d18 /Makefile | |
parent | 830dcde2d8353dbcce1e831adb7c7e8f538210a3 (diff) | |
download | devtools-4d3ab0b489f05565cec0a741564f8ba6ec57a9d6.tar.xz |
config: update pacman configs for new repository layout
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 \ |