summaryrefslogtreecommitdiff
path: root/config-mgmt-pacman-mirrorlist-repomirror.PKGBUILD
blob: 8c0391b130ce59bd815526531d3f6dda59245b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
. ${BUILDFILE%/*}/common.sh
pkgver=20161106.2

provides=(pacman-mirrorlist)
conflicts=(pacman-mirrorlist)

package() {
preamble

add-file etc/pacman.d/mirrorlist <<EOF
Server = https://repomirror.parabola.nu/\$repo/os/\$arch
EOF

postamble
}