[GOOD FIRST ISSUE] #1 - fix url typos #1

Closed
opened 2026-07-28 18:05:40 +00:00 by c-ludenberg · 0 comments
c-ludenberg commented 2026-07-28 18:05:40 +00:00 (Migrated from github.com)

fix url typos in two pkgbuilds

what

two pkgbuilds have the wrong repo url.

files

  • packages/antergos-next-desktop-settings/PKGBUILD — line 8
  • packages/antergos-next-mirrorlist/PKGBUILD — line 8

current

url="https://github.com/Antergos-NeXT/antergos-pkgs"

should be

url="https://github.com/Antergos-NeXT/antergos-packages"

why

the repo was renamed from antergos-pkgs to antergos-packages. these two slipped through. pacman -Qi shows a broken link and anyone clicking it gets a 404.

how to fix

  1. open each pkgbuild
  2. change the url field
  3. run grep -r "antergos-pkgs" . to check theres no more
  4. commit

time estimate

2 minutes

contributing guide

first time? check CONTRIBUTING.md in the repo root for how to fork, branch, commit, and open a pr:
https://github.com/Antergos-NeXT/antergos-packages/blob/master/CONTRIBUTING.md

## fix url typos in two pkgbuilds ### what two pkgbuilds have the wrong repo url. ### files - `packages/antergos-next-desktop-settings/PKGBUILD` — line 8 - `packages/antergos-next-mirrorlist/PKGBUILD` — line 8 ### current url="https://github.com/Antergos-NeXT/antergos-pkgs" ### should be url="https://github.com/Antergos-NeXT/antergos-packages" ### why the repo was renamed from `antergos-pkgs` to `antergos-packages`. these two slipped through. `pacman -Qi` shows a broken link and anyone clicking it gets a 404. ### how to fix 1. open each pkgbuild 2. change the url field 3. run `grep -r "antergos-pkgs" .` to check theres no more 4. commit ### time estimate 2 minutes ### contributing guide first time? check `CONTRIBUTING.md` in the repo root for how to fork, branch, commit, and open a pr: https://github.com/Antergos-NeXT/antergos-packages/blob/master/CONTRIBUTING.md
Sign in to join this conversation.