diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-10-18 09:02:20 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2018-10-18 09:02:20 -0400 |
commit | c8984b188d2d22a8a26e32b831d040985070e49f (patch) | |
tree | e984cf4495b5699cc30fb2a4aa909222aa602c15 | |
parent | b40dcb4e13bbd2f37535ce3ad772c89e81d3e8f3 (diff) | |
download | pacman-static-c8984b188d2d22a8a26e32b831d040985070e49f.tar.xz |
fix wrong url for zstd sources
This was cached from the [core] PKGBUILD, which also switched to github
releases instead of the generated archive.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ pkgbase = pacman-static source = https://tukaani.org/xz/xz-5.2.4.tar.gz source = https://tukaani.org/xz/xz-5.2.4.tar.gz.sig source = https://sources.archlinux.org/other/packages/bzip2/bzip2-1.0.6.tar.gz - source = zstd-1.3.6.tar.gz::https://github.com/facebook/zstd/archive/v1.3.6.tar.gz + source = https://github.com/facebook/zstd/releases/download/v1.3.6/zstd-1.3.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 @@ -45,7 +45,7 @@ validpgpkeys+=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin <lasse # bzip2 source+=("https://sources.archlinux.org/other/packages/bzip2/bzip2-${_bzipver}.tar.gz") # zstd -source+=("zstd-${_zstdver}.tar.gz::https://github.com/facebook/zstd/archive/v${_zstdver}.tar.gz") +source+=("https://github.com/facebook/zstd/releases/download/v${_zstdver}/zstd-${_zstdver}.tar.gz") # libgpg-error source+=("https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${_gpgerrorver}.tar.bz2"{,.sig}) validpgpkeys+=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6' # Werner Koch |