From 5f04c9477a718dc4a4bd06537abf06958e31e118 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sat, 11 Dec 2021 10:51:56 -0500 Subject: add ip-connect.info mirror --- libre/pacman-mirrorlist/PKGBUILD | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'libre/pacman-mirrorlist') diff --git a/libre/pacman-mirrorlist/PKGBUILD b/libre/pacman-mirrorlist/PKGBUILD index 21ea9d951..cb507896f 100644 --- a/libre/pacman-mirrorlist/PKGBUILD +++ b/libre/pacman-mirrorlist/PKGBUILD @@ -5,31 +5,25 @@ # Contributor: Esteban Carnevale -# Note: building and publishing this package is a bit delicate -# 1: modify 'mirrorlist.txt' on the repo server -# 2: `makepkg -g` (to get the new checksum) -# 3: put the new checksum in 'sha256sums' -# 4: if this PKGBUILD was modified for another reason, set 'pkgver' to YYYYMMDD -# 5: `sudo libremakepkg && librestage && librerelease` (to publish the new package) +# Note: building and publishing this package is a bit peculiar +# 1: modify 'mirrorlist.txt' on the tier-0 repo server root +# 4: set 'pkgver' to YYYYMMDD +# 2: update 'sha256sums' (`makepkg -g`, `sha256sums`, `upgpkg`, etc) pkgname=pacman-mirrorlist -pkgver=20211121 +pkgver=20211211 pkgrel=1.parabola1 pkgdesc="Parabola GNU/Linux-libre mirror list for use by pacman" -arch=('any') -url="https://www.parabola.nu/" -license=('GPL') +arch=(any) +url=https://wiki.parabola.nu/Repositories +license=(GPL) backup=(etc/pacman.d/mirrorlist) source=(mirrorlist-${pkgver}.txt::https://repo.parabola.nu/mirrorlist.txt) -sha256sums=('5cd5b901c094459945c21e0ee9be473d1224162fd2ed31469cf452485cba89e0') +sha256sums=('75f7424d1d84c239b913b282078f03e51087fb5b0a5cb5d8cfd2bac269c2bde5') -pkgver() -{ - LC_ALL=C date -u +%Y%m%d -} prepare() { -- cgit v1.2.3