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

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
}