diff --git a/repo-gen.sh b/repo-gen.sh index 6f06dd2..572116f 100755 --- a/repo-gen.sh +++ b/repo-gen.sh @@ -6,26 +6,38 @@ cd working git clone https://aur.archlinux.org/paru-bin.git cd paru-bin +git pull makepkg mv ./*.pkg.tar.zst ../../x86_64 cd .. git clone https://aur.archlinux.org/mkinitcpio-openswap.git cd mkinitcpio-openswap +git pull makepkg mv ./*.pkg.tar.zst ../../x86_64 cd .. git clone https://aur.archlinux.org/ckbcomp.git cd ckbcomp +git pull makepkg mv ./*.pkg.tar.zst ../../x86_64 cd .. git clone https://aur.archlinux.org/calamares.git cd calamares +git pull makepkg mv ./*.pkg.tar.zst ../../x86_64 + +cd .. +git clone https://aur.archlinux.org/web-greeter.git +cd web-greeter +git pull +makepkg +mv ./*.pkg.tar.zst ../../x86_64 + cd ../../ # packaging phase # x86_64 diff --git a/x86_64/calamares-3.2.62-1-x86_64.pkg.tar.zst b/x86_64/calamares-3.2.62-1-x86_64.pkg.tar.zst index 13937e8..0a9b466 100644 Binary files a/x86_64/calamares-3.2.62-1-x86_64.pkg.tar.zst and b/x86_64/calamares-3.2.62-1-x86_64.pkg.tar.zst differ diff --git a/x86_64/ckbcomp-1.221-1-any.pkg.tar.zst b/x86_64/ckbcomp-1.221-1-any.pkg.tar.zst index 204e335..a05141d 100644 Binary files a/x86_64/ckbcomp-1.221-1-any.pkg.tar.zst and b/x86_64/ckbcomp-1.221-1-any.pkg.tar.zst differ diff --git a/x86_64/mkinitcpio-openswap-0.1.0-3-any.pkg.tar.zst b/x86_64/mkinitcpio-openswap-0.1.0-3-any.pkg.tar.zst index 34e938d..5afa92b 100644 Binary files a/x86_64/mkinitcpio-openswap-0.1.0-3-any.pkg.tar.zst and b/x86_64/mkinitcpio-openswap-0.1.0-3-any.pkg.tar.zst differ diff --git a/x86_64/obos-core-repo.db b/x86_64/obos-core-repo.db index beb3547..fbf17aa 100644 Binary files a/x86_64/obos-core-repo.db and b/x86_64/obos-core-repo.db differ diff --git a/x86_64/obos-core-repo.files b/x86_64/obos-core-repo.files index f8d2307..0210d1b 100644 Binary files a/x86_64/obos-core-repo.files and b/x86_64/obos-core-repo.files differ diff --git a/x86_64/paru-bin-1.11.2-1-x86_64.pkg.tar.zst b/x86_64/paru-bin-1.11.2-1-x86_64.pkg.tar.zst index dc592f4..ab62781 100644 Binary files a/x86_64/paru-bin-1.11.2-1-x86_64.pkg.tar.zst and b/x86_64/paru-bin-1.11.2-1-x86_64.pkg.tar.zst differ