diff --git a/README.md b/README.md index 560b13d..6a0346c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add to `/etc/pacman.conf`: ``` [antergos-pkgs] SigLevel = Optional TrustAll -Server = https://Antergos-NeXT.github.io/antergos-pkgs/ +Server = https://antergos-next.github.io/antergos-packages/ ``` Then: diff --git a/__pycache__/generate-index.cpython-314.pyc b/__pycache__/generate-index.cpython-314.pyc new file mode 100644 index 0000000..fa93722 Binary files /dev/null and b/__pycache__/generate-index.cpython-314.pyc differ diff --git a/packages/antergos-next-mirrorlist/antergos-next-mirrorlist b/packages/antergos-next-mirrorlist/antergos-next-mirrorlist index f3b6070..94ae1d5 100644 --- a/packages/antergos-next-mirrorlist/antergos-next-mirrorlist +++ b/packages/antergos-next-mirrorlist/antergos-next-mirrorlist @@ -3,6 +3,6 @@ ## Use pacman-mirrors or rankmirrors to select fastest mirror # Flat layout (packages at repo root) -Server = https://antergos-next.github.io/antergos-pkgs +Server = https://antergos-next.github.io/antergos-packages # Standard layout (packages in $repo/os/$arch/) -Server = https://antergos-next.github.io/antergos-pkgs/$repo/os/$arch +Server = https://antergos-next.github.io/antergos-packages/$repo/os/$arch diff --git a/packages/hal/__pycache__/halcpython-314.pyc b/packages/hal/__pycache__/halcpython-314.pyc new file mode 100644 index 0000000..38e8e78 Binary files /dev/null and b/packages/hal/__pycache__/halcpython-314.pyc differ diff --git a/setup-repo.sh b/setup-repo.sh index 1eb5236..4aff294 100644 --- a/setup-repo.sh +++ b/setup-repo.sh @@ -15,7 +15,7 @@ if ! grep -q "\[antergos-pkgs\]" /etc/pacman.conf; then [antergos-pkgs] SigLevel = Optional TrustAll -Server = https://Antergos-NeXT.github.io/antergos-pkgs/ +Server = https://antergos-next.github.io/antergos-packages/ CONF echo "Added antergos-pkgs to pacman.conf" else