# Maintainer: Pedro H. Lara Campos # Contributor: Florian Pritz # Contributor: Dan McGee pkgname=chaotic-mirrorlist pkgver=20210501 pkgrel=1 pkgdesc="Chaotic-AUR mirror list for use by pacman" arch=('any') url="https://aur.chaotic.cx" license=('GPL') backup=(etc/pacman.d/chaotic-mirrorlist) source=(mirrorlist) # NOTE on building this package: # * Go to the trunk/ directory # * Run bash -c ". PKGBUILD; updatelist" # * Update the checksums, update pkgver # * Build the package updatelist() { rm -f mirrorlist curl -o mirrorlist "$url/mirrorlist.txt" } package() { mkdir -p "$pkgdir/etc/pacman.d" install -m644 "$srcdir/mirrorlist" "$pkgdir/etc/pacman.d/chaotic-mirrorlist" } sha256sums=('1ff556ef9964a4115e229d3a48be621e55f87ebf0151c817b9049ecacd9bda6b')