summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-04-25 10:03:25 -0400
committerEli Schwartz <eschwartz@archlinux.org>2019-04-25 10:03:25 -0400
commitf459ed0b292f50e96d264e46ead239f428331bc6 (patch)
tree83af4321415f9111d3a308ed0eacab51b257778e /PKGBUILD
parent465ec2f5d7bba2ddaa8028d5fa910e095d74a862 (diff)
downloadpacman-static-f459ed0b292f50e96d264e46ead239f428331bc6.tar.xz
pacman-static: fix zstd checksums
Or at least the url used for those checksums.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4616568..5000162 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ validpgpkeys+=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin <lasse
# bzip2
source+=("https://sources.archlinux.org/other/packages/bzip2/bzip2-${_bzipver}.tar.gz")
# zstd
-source+=("https://github.com/facebook/zstd/releases/download/v${_zstdver}/zstd-${_zstdver}.tar.gz")
+source+=("${pkgname}-${pkgver}.tar.gz::https://github.com/facebook/zstd/archive/v${_zstdver}.tar.gz")
# libgpg-error
source+=("https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${_gpgerrorver}.tar.bz2"{,.sig})
validpgpkeys+=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6' # Werner Koch