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

Fixes issue #1: two PKGBUILD files had wrong repo URL after repo rename.
packages/antergos-next-desktop-settings/PKGBUILD line 8
packages/antergos-next-mirrorlist/PKGBUILD line 8
This commit is contained in:
Jah-yee
2026-08-02 15:13:13 +08:00
parent 67fc35eb58
commit 70253cee52
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@ pkgver=1
pkgrel=3 pkgrel=3
pkgdesc="Antergos NeXT desktop settings, theme, and color scheme" pkgdesc="Antergos NeXT desktop settings, theme, and color scheme"
arch=('any') arch=('any')
url="https://github.com/Antergos-NeXT/antergos-pkgs" url="https://github.com/Antergos-NeXT/antergos-packages"
license=('GPL3') license=('GPL3')
depends=( depends=(
'breeze-icons' 'breeze-icons'
+1 -1
View File
@@ -5,7 +5,7 @@ pkgver=1
pkgrel=1 pkgrel=1
pkgdesc="Antergos NeXT mirror list" pkgdesc="Antergos NeXT mirror list"
arch=('any') arch=('any')
url="https://github.com/Antergos-NeXT/antergos-pkgs" url="https://github.com/Antergos-NeXT/antergos-packages"
license=('GPL3') license=('GPL3')
source=("antergos-next-mirrorlist") source=("antergos-next-mirrorlist")
sha256sums=('SKIP') sha256sums=('SKIP')