diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-08-19 09:33:45 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2018-08-19 09:33:45 -0400 |
commit | 5f9c059d2f9c159b9468aa3cfb3bdee2c418e525 (patch) | |
tree | 5c360105a820540ef6dddacfd329918ac8509519 /PKGBUILD | |
parent | 5e98009345a11929f476ca42baa949857da3d1cd (diff) | |
download | pacman-static-5f9c059d2f9c159b9468aa3cfb3bdee2c418e525.tar.xz |
Update url for bzip2
Upstream site is dead, see FS#59572
Use arch mirror with the latest cached release as in the [core] package
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ validpgpkeys+=('8657ABB260F056B1E5190839D9C4D26D0E604491') # Matt Caswell <matt@ source+=("https://tukaani.org/xz/xz-${_xzver}.tar.gz"{,.sig}) validpgpkeys+=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin <lasse.collin@tukaani.org> # 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 |