fix: correct repo URL from antergos-pkgs to antergos-packages in PKGBUILDs #5

Merged
Jah-yee merged 2 commits from master into master 2026-08-03 10:14:19 +00:00
Jah-yee commented 2026-08-02 07:13:38 +00:00 (Migrated from github.com)

Summary

Fixes issue #1: correct repo URL in two PKGBUILD files after repo rename from antergos-pkgs to antergos-packages.

Changes

  • packages/antergos-next-desktop-settings/PKGBUILD line 8: url= field updated
  • packages/antergos-next-mirrorlist/PKGBUILD line 8: url= field updated

Both files previously pointed to https://github.com/Antergos-NeXT/antergos-pkgs (404), now correctly point to https://github.com/Antergos-NeXT/antergos-packages.

Verification

  • grep -r antergos-pkgs packages/ → no results (confirmed in packages/ only)
  • Other references to antergos-pkgs (README.md, setup-repo.sh, generate-index.py) are pacman repo section names, not URLs — those are correct as-is.

Fixes #1

## Summary Fixes issue #1: correct repo URL in two PKGBUILD files after repo rename from `antergos-pkgs` to `antergos-packages`. ## Changes - `packages/antergos-next-desktop-settings/PKGBUILD` line 8: `url=` field updated - `packages/antergos-next-mirrorlist/PKGBUILD` line 8: `url=` field updated Both files previously pointed to `https://github.com/Antergos-NeXT/antergos-pkgs` (404), now correctly point to `https://github.com/Antergos-NeXT/antergos-packages`. ## Verification - `grep -r antergos-pkgs packages/` → no results (confirmed in packages/ only) - Other references to `antergos-pkgs` (README.md, setup-repo.sh, generate-index.py) are pacman repo section names, not URLs — those are correct as-is. --- Fixes #1
Sign in to join this conversation.