4 changed files with 47 additions and 4 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=20190314 |
||||
pkgrel=1 |
||||
pkgdesc="Artix mirror list for use by pacman" |
||||
arch=('any') |
||||
url="https://gitea.artixlinux.org/packagesA/artix-mirrorlist/src/branch/master/trunk/mirrorlist" |
||||
license=('GPL') |
||||
provides=('pacman-mirrorlist') |
||||
conflicts=('pacman-mirrorlist') |
||||
replaces=('pacman-mirrorlist') |
||||
backup=(etc/pacman.d/mirrorlist) |
||||
source=(mirrorlist) |
||||
sha256sums=('b5cf1277946d48c62df8444129e1b29c147f5df396f8973e0793922b05ef2b8c') |
||||
|
||||
package() { |
||||
mkdir -p $pkgdir/etc/pacman.d |
||||
install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/ |
||||
} |
@ -0,0 +1,19 @@
|
||||
## |
||||
## Artix Linux repository mirrorlist |
||||
## Generated on 2019-03-14 |
||||
## |
||||
|
||||
# Artix mirrors |
||||
|
||||
Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch |
||||
Server = http://ftp.ntua.gr/pub/linux/artix-linux/$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://artix.unixpeople.org/repos/$repo/os/$arch |
||||
Server = https://artix.rw-net.de/repos/$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