You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
696 B
24 lines
696 B
8 months ago
|
# $Id$
|
||
|
# Maintainer: Chris Cromer <cromer@artixlinux.org>
|
||
|
# Maintainer: artoo <artoo@artixlinux.org>
|
||
|
# Maintainer: nous <nous@artixlinux.org>
|
||
|
|
||
|
pkgname=artix-mirrorlist
|
||
|
pkgver=20210102
|
||
|
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=('1783f873b9cb0d3e9f4cbe08b50676e3b82595451959bd2ca1a6025bf9f6bdfc')
|
||
|
|
||
|
package() {
|
||
|
mkdir -p $pkgdir/etc/pacman.d
|
||
|
install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
|
||
|
}
|