From 5f9c059d2f9c159b9468aa3cfb3bdee2c418e525 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 19 Aug 2018 09:33:45 -0400 Subject: Update url for bzip2 Upstream site is dead, see FS#59572 Use arch mirror with the latest cached release as in the [core] package --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 80105c7..9ecb005 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -20,7 +20,7 @@ pkgbase = pacman-static source = ca-dir.patch source = https://tukaani.org/xz/xz-5.2.4.tar.gz source = https://tukaani.org/xz/xz-5.2.4.tar.gz.sig - source = http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz + source = https://sources.archlinux.org/other/packages/bzip2/bzip2-1.0.6.tar.gz source = https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.32.tar.bz2 source = https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.32.tar.bz2.sig source = https://gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.1.tar.bz2 diff --git a/PKGBUILD b/PKGBUILD index de669ce..7e5d80c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -40,7 +40,7 @@ validpgpkeys+=('8657ABB260F056B1E5190839D9C4D26D0E604491') # Matt Caswell # bzip2 -source+=("http://www.bzip.org/${_bzipver}/bzip2-${_bzipver}.tar.gz") +source+=("https://sources.archlinux.org/other/packages/bzip2/bzip2-${_bzipver}.tar.gz") # libgpg-error source+=("https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${_gpgerrorver}.tar.bz2"{,.sig}) validpgpkeys+=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6' # Werner Koch -- cgit v1.2.3-54-g00ecf