summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schwartz2018-10-18 09:02:20 -0400
committerEli Schwartz2018-10-18 09:02:20 -0400
commitc8984b188d2d22a8a26e32b831d040985070e49f (patch)
treee984cf4495b5699cc30fb2a4aa909222aa602c15 /PKGBUILD
parentb40dcb4e13bbd2f37535ce3ad772c89e81d3e8f3 (diff)
downloadaur-c8984b188d2d22a8a26e32b831d040985070e49f.tar.gz
fix wrong url for zstd sources
This was cached from the [core] PKGBUILD, which also switched to github releases instead of the generated archive.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c440a44db6a..d353d79b8422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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