diff --git a/.github/workflows/auto-gen.yml b/.github/workflows/auto-gen.yml new file mode 100644 index 0000000..523cb81 --- /dev/null +++ b/.github/workflows/auto-gen.yml @@ -0,0 +1,33 @@ + +name: Auto-gen +on: + push: + branches: + - main + paths: + - '*.tar.zst' + - 'auto-gen.py' + pull_request: + branches: + - main + paths: + - '*.tar.zst' + - 'auto_gen.py' + +jobs: + + add-actions: + name: gen-readme + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-python@v2 + with: + python-version: "3.10" + + - run: git config --global user.name "readme-gen" + - run: git config --global user.email "<>" + - run: python auto-gen.py + - run: git add -A + - run: git commit -m "auto generate README.md" || echo "nothing to commit, working tree clean"; exit 0 + - run: git push diff --git a/auto-gen.py b/auto-gen.py index df6a4ee..2b2474d 100644 --- a/auto-gen.py +++ b/auto-gen.py @@ -10,7 +10,7 @@ archs_text = """[../](..) README_text = """# PPR: Parch Pacman repository """ -base_url = "https://parchlinux.github.io/ppr/{arch}/{package}" +base_url = "https://raw.githubusercontent.com/parchlinux/ppr/main/{arch}/{package}" for arch in archs: logging.info("Generating for arch: %s", arch) diff --git a/x86_64/README.md b/x86_64/README.md index a1e0b0a..12afb88 100644 --- a/x86_64/README.md +++ b/x86_64/README.md @@ -1,29 +1,38 @@ [../](..) -- [alpm_octopi_utils-1](https://parchlinux.github.io/ppr/x86_64/alpm_octopi_utils-1.0.2-3-x86_64.pkg.tar.zst) -- [appimagelauncher-2](https://parchlinux.github.io/ppr/x86_64/appimagelauncher-2.2.0-6-x86_64.pkg.tar.zst) -- [b43-firmware-6](https://parchlinux.github.io/ppr/x86_64/b43-firmware-6.30.163.46-1-any.pkg.tar.zst) -- [brisk-menu-1:0](https://parchlinux.github.io/ppr/x86_64/brisk-menu-1:0.6.2-1-x86_64.pkg.tar.zst) -- [calamares-3](https://parchlinux.github.io/ppr/x86_64/calamares-3.2.60-1-x86_64.pkg.tar.zst) -- [ckbcomp-1](https://parchlinux.github.io/ppr/x86_64/ckbcomp-1.205-1-any.pkg.tar.zst) -- [doas-6](https://parchlinux.github.io/ppr/x86_64/doas-6.3p6-1-x86_64.pkg.tar.zst) -- [doas](https://parchlinux.github.io/ppr/x86_64/doas.pkg.tar.zst) -- [estedad-fonts-7](https://parchlinux.github.io/ppr/x86_64/estedad-fonts-7.2-1-any.pkg.tar.zst) -- [fish-parch](https://parchlinux.github.io/ppr/x86_64/fish-parch.pkg.tar.zst) -- [fluent-gtk-theme](https://parchlinux.github.io/ppr/x86_64/fluent-gtk-theme.pkg.tar.zst) -- [gahshomar](https://parchlinux.github.io/ppr/x86_64/gahshomar.pkg.tar.zst) -- [iranian-fonts](https://parchlinux.github.io/ppr/x86_64/iranian-fonts.pkg.tar.zst) -- [lutris](https://parchlinux.github.io/ppr/x86_64/lutris.pkg.tar.zst) -- [mintstick-git-r221](https://parchlinux.github.io/ppr/x86_64/mintstick-git-r221.e7b1893-1-any.pkg.tar.zst) -- [mkinitcpio-openswap-0](https://parchlinux.github.io/ppr/x86_64/mkinitcpio-openswap-0.1.0-4-any.pkg.tar.zst) -- [nerd-hack-font-1-1-any](https://parchlinux.github.io/ppr/x86_64/nerd-hack-font-1-1-any.pkg.tar.zst) -- [octopi-0](https://parchlinux.github.io/ppr/x86_64/octopi-0.13.0-1-x86_64.pkg.tar.zst) -- [parch-calamares-config-22](https://parchlinux.github.io/ppr/x86_64/parch-calamares-config-22.07-1-any.pkg.tar.zst) -- [parch-mate-config-2-1-any](https://parchlinux.github.io/ppr/x86_64/parch-mate-config-2-1-any.pkg.tar.zst) -- [parch-os-wallpapers-0](https://parchlinux.github.io/ppr/x86_64/parch-os-wallpapers-0.0.1-1-any.pkg.tar.zst) -- [parch-sddm-config-1-1-any](https://parchlinux.github.io/ppr/x86_64/parch-sddm-config-1-1-any.pkg.tar.zst) -- [paru-1](https://parchlinux.github.io/ppr/x86_64/paru-1.11.1-1-x86_64.pkg.tar.zst) -- [python-pyparted-3](https://parchlinux.github.io/ppr/x86_64/python-pyparted-3.11.7-1-x86_64.pkg.tar.zst) -- [qogir-gtk-theme-2022](https://parchlinux.github.io/ppr/x86_64/qogir-gtk-theme-2022.07.17-1-any.pkg.tar.zst) -- [slingscold](https://parchlinux.github.io/ppr/x86_64/slingscold.pkg.tar.zst) -- [vazirmatn-fonts-32](https://parchlinux.github.io/ppr/x86_64/vazirmatn-fonts-32.101-2-any.pkg.tar.zst) +- [alpm_octopi_utils-1](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/alpm_octopi_utils-1.0.2-3-x86_64.pkg.tar.zst) +- [alpm_octopi_utils-git-r20](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/alpm_octopi_utils-git-r20.1e735c3-1-x86_64.pkg.tar.zst) +- [appimagelauncher-2](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/appimagelauncher-2.2.0-6-x86_64.pkg.tar.zst) +- [b43-firmware-6](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/b43-firmware-6.30.163.46-1-any.pkg.tar.zst) +- [brisk-menu-1:0](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/brisk-menu-1:0.6.2-1-x86_64.pkg.tar.zst) +- [calamares-3](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/calamares-3.2.61-5-x86_64.pkg.tar.zst) +- [ckbcomp-1](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/ckbcomp-1.205-1-any.pkg.tar.zst) +- [ckbcomp-1](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/ckbcomp-1.210-1-any.pkg.tar.zst) +- [cutefish-cursor-themes-git-0](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/cutefish-cursor-themes-git-0.7-1-any.pkg.tar.zst) +- [cutefish-gtk-themes-git-0](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/cutefish-gtk-themes-git-0.7.r0.g91f762f-1-any.pkg.tar.zst) +- [doas-6](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/doas-6.3p6-1-x86_64.pkg.tar.zst) +- [doas](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/doas.pkg.tar.zst) +- [estedad-fonts-7](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/estedad-fonts-7.2-1-any.pkg.tar.zst) +- [fish-parch](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/fish-parch.pkg.tar.zst) +- [fluent-gtk-theme](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/fluent-gtk-theme.pkg.tar.zst) +- [gahshomar](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/gahshomar.pkg.tar.zst) +- [iranian-fonts](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/iranian-fonts.pkg.tar.zst) +- [lutris](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/lutris.pkg.tar.zst) +- [mintstick-git-r221](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/mintstick-git-r221.e7b1893-1-any.pkg.tar.zst) +- [mkinitcpio-openswap-0](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/mkinitcpio-openswap-0.1.0-4-any.pkg.tar.zst) +- [nerd-hack-font-1-1-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/nerd-hack-font-1-1-any.pkg.tar.zst) +- [octopi-0](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/octopi-0.13.0-1-x86_64.pkg.tar.zst) +- [octopi-git-0](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/octopi-git-0.14.0.r6.a92868cb-1-x86_64.pkg.tar.zst) +- [parch-branding-2022](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-branding-2022.11.19-1-any.pkg.tar.zst) +- [parch-emoji-ios-1-1-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-emoji-ios-1-1-any.pkg.tar.zst) +- [parch-os-wallpapers-0](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-os-wallpapers-0.0.1-1-any.pkg.tar.zst) +- [parch-pacman-2-1-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-pacman-2-1-any.pkg.tar.zst) +- [parch-plasma-menu-2-1-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-plasma-menu-2-1-any.pkg.tar.zst) +- [parch-sddm-1-1-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-sddm-1-1-any.pkg.tar.zst) +- [parchlinux-cala-config-22](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parchlinux-cala-config-22.07-5-any.pkg.tar.zst) +- [paru-1](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/paru-1.11.1-1-x86_64.pkg.tar.zst) +- [python-pyparted-3](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/python-pyparted-3.11.7-1-x86_64.pkg.tar.zst) +- [qogir-gtk-theme-2022](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/qogir-gtk-theme-2022.07.17-1-any.pkg.tar.zst) +- [sddm-theme-astronaut-1](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/sddm-theme-astronaut-1.0-1-any.pkg.tar.zst) +- [slingscold](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/slingscold.pkg.tar.zst) +- [vazirmatn-fonts-32](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/vazirmatn-fonts-32.101-2-any.pkg.tar.zst) diff --git a/x86_64/alpm_octopi_utils-git-r20.1e735c3-1-x86_64.pkg.tar.zst b/x86_64/alpm_octopi_utils-git-r20.1e735c3-1-x86_64.pkg.tar.zst new file mode 100644 index 0000000..e4eacfb Binary files /dev/null and b/x86_64/alpm_octopi_utils-git-r20.1e735c3-1-x86_64.pkg.tar.zst differ diff --git a/x86_64/calamares-3.2.60-1-x86_64.pkg.tar.zst b/x86_64/calamares-3.2.60-1-x86_64.pkg.tar.zst deleted file mode 100644 index d8ae6a1..0000000 Binary files a/x86_64/calamares-3.2.60-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/calamares-3.2.61-5-x86_64.pkg.tar.zst b/x86_64/calamares-3.2.61-5-x86_64.pkg.tar.zst new file mode 100644 index 0000000..d2a2219 Binary files /dev/null and b/x86_64/calamares-3.2.61-5-x86_64.pkg.tar.zst differ diff --git a/x86_64/ckbcomp-1.210-1-any.pkg.tar.zst b/x86_64/ckbcomp-1.210-1-any.pkg.tar.zst new file mode 100644 index 0000000..1c74fb9 Binary files /dev/null and b/x86_64/ckbcomp-1.210-1-any.pkg.tar.zst differ diff --git a/x86_64/cutefish-cursor-themes-git-0.7-1-any.pkg.tar.zst b/x86_64/cutefish-cursor-themes-git-0.7-1-any.pkg.tar.zst new file mode 100644 index 0000000..d32ae08 Binary files /dev/null and b/x86_64/cutefish-cursor-themes-git-0.7-1-any.pkg.tar.zst differ diff --git a/x86_64/cutefish-gtk-themes-git-0.7.r0.g91f762f-1-any.pkg.tar.zst b/x86_64/cutefish-gtk-themes-git-0.7.r0.g91f762f-1-any.pkg.tar.zst new file mode 100644 index 0000000..35cb109 Binary files /dev/null and b/x86_64/cutefish-gtk-themes-git-0.7.r0.g91f762f-1-any.pkg.tar.zst differ diff --git a/x86_64/octopi-git-0.14.0.r6.a92868cb-1-x86_64.pkg.tar.zst b/x86_64/octopi-git-0.14.0.r6.a92868cb-1-x86_64.pkg.tar.zst new file mode 100644 index 0000000..0659732 Binary files /dev/null and b/x86_64/octopi-git-0.14.0.r6.a92868cb-1-x86_64.pkg.tar.zst differ diff --git a/x86_64/parch-branding-2022.11.19-1-any.pkg.tar.zst b/x86_64/parch-branding-2022.11.19-1-any.pkg.tar.zst new file mode 100644 index 0000000..4211d48 Binary files /dev/null and b/x86_64/parch-branding-2022.11.19-1-any.pkg.tar.zst differ diff --git a/x86_64/parch-calamares-config-22.07-1-any.pkg.tar.zst b/x86_64/parch-calamares-config-22.07-1-any.pkg.tar.zst deleted file mode 100644 index 874a7dd..0000000 Binary files a/x86_64/parch-calamares-config-22.07-1-any.pkg.tar.zst and /dev/null differ diff --git a/x86_64/parch-emoji-ios-1-1-any.pkg.tar.zst b/x86_64/parch-emoji-ios-1-1-any.pkg.tar.zst new file mode 100644 index 0000000..d0fbaee Binary files /dev/null and b/x86_64/parch-emoji-ios-1-1-any.pkg.tar.zst differ diff --git a/x86_64/parch-mate-config-2-1-any.pkg.tar.zst b/x86_64/parch-mate-config-2-1-any.pkg.tar.zst deleted file mode 100644 index 05fa15e..0000000 Binary files a/x86_64/parch-mate-config-2-1-any.pkg.tar.zst and /dev/null differ diff --git a/x86_64/parch-pacman-2-1-any.pkg.tar.zst b/x86_64/parch-pacman-2-1-any.pkg.tar.zst new file mode 100644 index 0000000..0b2979b Binary files /dev/null and b/x86_64/parch-pacman-2-1-any.pkg.tar.zst differ diff --git a/x86_64/parch-plasma-menu-2-1-any.pkg.tar.zst b/x86_64/parch-plasma-menu-2-1-any.pkg.tar.zst new file mode 100644 index 0000000..15f0188 Binary files /dev/null and b/x86_64/parch-plasma-menu-2-1-any.pkg.tar.zst differ diff --git a/x86_64/parch-sddm-1-1-any.pkg.tar.zst b/x86_64/parch-sddm-1-1-any.pkg.tar.zst new file mode 100644 index 0000000..8e9fb46 Binary files /dev/null and b/x86_64/parch-sddm-1-1-any.pkg.tar.zst differ diff --git a/x86_64/parch-sddm-config-1-1-any.pkg.tar.zst b/x86_64/parch-sddm-config-1-1-any.pkg.tar.zst deleted file mode 100644 index 8960d4a..0000000 Binary files a/x86_64/parch-sddm-config-1-1-any.pkg.tar.zst and /dev/null differ diff --git a/x86_64/parchlinux-cala-config-22.07-5-any.pkg.tar.zst b/x86_64/parchlinux-cala-config-22.07-5-any.pkg.tar.zst new file mode 100644 index 0000000..0dc29db Binary files /dev/null and b/x86_64/parchlinux-cala-config-22.07-5-any.pkg.tar.zst differ diff --git a/x86_64/ppr.db b/x86_64/ppr.db index 3dc5d72..af2c082 100644 Binary files a/x86_64/ppr.db and b/x86_64/ppr.db differ diff --git a/x86_64/ppr.files b/x86_64/ppr.files index b3da813..c3b0e7d 100644 Binary files a/x86_64/ppr.files and b/x86_64/ppr.files differ diff --git a/x86_64/sddm-theme-astronaut-1.0-1-any.pkg.tar.zst b/x86_64/sddm-theme-astronaut-1.0-1-any.pkg.tar.zst new file mode 100644 index 0000000..2398598 Binary files /dev/null and b/x86_64/sddm-theme-astronaut-1.0-1-any.pkg.tar.zst differ