From c8984b188d2d22a8a26e32b831d040985070e49f Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 18 Oct 2018 09:02:20 -0400 Subject: fix wrong url for zstd sources This was cached from the [core] PKGBUILD, which also switched to github releases instead of the generated archive. --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ebda366..e845a88 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 2c440a4..d353d79 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -45,7 +45,7 @@ validpgpkeys+=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin