Browse Source
I removed mirrors.strits.dk since they're 404. Their main page has been changed to a Manjaro-based distro page so I don't think they'll provide mirrors anymore. Also, I moved up dotsrc.org and wheaton.edu up top since from my experience they sync the fastest with build server. And for now I moved both nettek.us and ftp.sh.cvut.cz down since they don't even sync but if anyone has their contact and tell them maybe they'll start sync-ing again.master
4 changed files with 45 additions and 7 deletions
@ -0,0 +1,23 @@
|
||||
# $Id$ |
||||
# Maintainer: Chris Cromer <cromer@artixlinux.org> |
||||
# Maintainer: artoo <artoo@artixlinux.org> |
||||
# Maintainer: Christos Nouskas <nous@artixlinux.org> |
||||
|
||||
pkgname=artix-mirrorlist |
||||
pkgver=20181023 |
||||
pkgrel=1 |
||||
pkgdesc="Artix mirror list for use by pacman" |
||||
arch=('any') |
||||
url="https://www.artixlinux.org/mirrorlist/" |
||||
license=('GPL') |
||||
provides=('pacman-mirrorlist') |
||||
conflicts=('pacman-mirrorlist') |
||||
replaces=('pacman-mirrorlist') |
||||
backup=(etc/pacman.d/mirrorlist) |
||||
source=(mirrorlist) |
||||
sha256sums=('73d47dcd8d21a98b396ab5af126638b97002f85ecbda69042214d496e98a45b0') |
||||
|
||||
package() { |
||||
mkdir -p $pkgdir/etc/pacman.d |
||||
install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/ |
||||
} |
@ -0,0 +1,16 @@
|
||||
## |
||||
## Artix Linux repository mirrorlist |
||||
## Generated on 2019-01-12 |
||||
## |
||||
|
||||
# Artix mirrors |
||||
|
||||
Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch |
||||
Server = https://artix.wheaton.edu/repos/$repo/os/$arch |
||||
Server = https://mirror.clarkson.edu/artix-linux/repos/$repo/os/$arch |
||||
Server = https://ftp.cc.uoc.gr/mirrors/linux/artixlinux/$repo/os/$arch |
||||
Server = https://mirrors.tuna.tsinghua.edu.cn/artixlinux/$repo/os/$arch |
||||
Server = http://www.nylxs.com/mirror/repos/$repo/os/$arch |
||||
Server = https://ftp.sh.cvut.cz/artix-linux/$repo/os/$arch |
||||
Server = https://mirrors.nettek.us/artix-linux/$repo/os/$arch |
||||
Server = http://mirror1.artixlinux.org/repos/$repo/os/$arch |
@ -1,17 +1,16 @@
|
||||
## |
||||
## Artix Linux repository mirrorlist |
||||
## Generated on 2018-10-23 |
||||
## Generated on 2019-01-12 |
||||
## |
||||
|
||||
# Artix mirrors |
||||
|
||||
Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch |
||||
Server = https://artix.wheaton.edu/repos/$repo/os/$arch |
||||
Server = https://mirror.clarkson.edu/artix-linux/repos/$repo/os/$arch |
||||
Server = https://ftp.sh.cvut.cz/artix-linux/$repo/os/$arch |
||||
Server = https://ftp.cc.uoc.gr/mirrors/linux/artixlinux/$repo/os/$arch |
||||
Server = https://artix.wheaton.edu/repos/$repo/os/$arch |
||||
Server = http://mirror.strits.dk/artix-linux/repos/$repo/os/$arch |
||||
Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch |
||||
Server = https://mirrors.nettek.us/artix-linux/$repo/os/$arch |
||||
Server = https://mirrors.tuna.tsinghua.edu.cn/artixlinux/$repo/os/$arch |
||||
Server = http://www.nylxs.com/mirror/repos/$repo/os/$arch |
||||
Server = https://ftp.sh.cvut.cz/artix-linux/$repo/os/$arch |
||||
Server = https://mirrors.nettek.us/artix-linux/$repo/os/$arch |
||||
Server = http://mirror1.artixlinux.org/repos/$repo/os/$arch |
||||
|
Loading…
Reference in new issue