diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-12-11 10:51:56 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-12-11 11:04:07 -0500 |
commit | 5f04c9477a718dc4a4bd06537abf06958e31e118 (patch) | |
tree | 92ec23dac64f084b633b6b2fc2ab3656a64a9012 /libre/pacman-mirrorlist | |
parent | f10d504e4f956c4855834f4943ae4d139b7bcf22 (diff) | |
download | abslibre-5f04c9477a718dc4a4bd06537abf06958e31e118.tar.gz abslibre-5f04c9477a718dc4a4bd06537abf06958e31e118.tar.bz2 abslibre-5f04c9477a718dc4a4bd06537abf06958e31e118.zip |
add ip-connect.info mirror
Diffstat (limited to 'libre/pacman-mirrorlist')
-rw-r--r-- | libre/pacman-mirrorlist/PKGBUILD | 24 |
1 files changed, 9 insertions, 15 deletions
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 <alfplayer@mailoo.org> -# 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() { |