index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2022-01-29 10:30:35 +1000 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2022-06-10 16:31:45 +0200 |
commit | cde012d25e7b9cb8b459af151c7210f2eddf4763 (patch) | |
tree | 6a4f6ca5d5c0f1c2c039bb5f554137f2359a7216 /Makefile | |
parent | 383cfa7e60feca2cf5d169a766fc67374ec210e9 (diff) |
-rw-r--r-- | Makefile | 8 |
@@ -29,9 +29,13 @@ BINPROGS = \ CONFIGFILES = \ makepkg-x86_64.conf \ + makepkg-x86_64_v3.conf \ pacman-extra.conf \ + pacman-extra-x86_64_v3.conf \ pacman-testing.conf \ + pacman-testing-x86_64_v3.conf \ pacman-staging.conf \ + pacman-staging-x86_64_v3.conf \ pacman-multilib.conf \ pacman-multilib-testing.conf \ pacman-multilib-staging.conf \ @@ -39,6 +43,7 @@ CONFIGFILES = \ pacman-gnome-unstable.conf SETARCH_ALIASES = \ + x86_64_v3 COMMITPKG_LINKS = \ extrapkg \ @@ -55,8 +60,11 @@ COMMITPKG_LINKS = \ ARCHBUILD_LINKS = \ 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 \ multilib-build \ multilib-testing-build \ multilib-staging-build \ |