diff --git a/repo-gen.sh b/repo-gen.sh old mode 100644 new mode 100755 index dfee7c3..3885232 --- a/repo-gen.sh +++ b/repo-gen.sh @@ -6,6 +6,24 @@ cd paru-bin makepkg mv ./*.pkg.tar.zst ../../x86_64 +cd working +git clone https://aur.archlinux.org/mkinitcpio-openswap.git +cd mkinitcpio-openswap +makepkg +mv ./*.pkg.tar.zst ../../x86_64 + +cd working +git clone https://aur.archlinux.org/ckbcomp.git +cd ckbcomp +makepkg +mv ./*.pkg.tar.zst ../../x86_64 + +cd working +git clone https://aur.archlinux.org/calamares.git +cd calamares +makepkg +mv ./*.pkg.tar.zst ../../x86_64 + # packaging phase # x86_64 rm ./x86_64/obos-core-repo.db