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
open each pkgbuild
change the url field
run grep -r "antergos-pkgs" . to check theres no more
## 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
fix url typos in two pkgbuilds
what
two pkgbuilds have the wrong repo url.
files
packages/antergos-next-desktop-settings/PKGBUILD— line 8packages/antergos-next-mirrorlist/PKGBUILD— line 8current
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-pkgstoantergos-packages. these two slipped through.pacman -Qishows a broken link and anyone clicking it gets a 404.how to fix
grep -r "antergos-pkgs" .to check theres no moretime estimate
2 minutes
contributing guide
first time? check
CONTRIBUTING.mdin the repo root for how to fork, branch, commit, and open a pr:https://github.com/Antergos-NeXT/antergos-packages/blob/master/CONTRIBUTING.md