Package Details: zstd-git 1.4.7.r1086.g64efba4c5-1

Git Clone URL: https://aur.archlinux.org/zstd-git.git (read-only, click to copy)
Package Base: zstd-git
Description: A fast and efficient compression algorithm.
Upstream URL: https://github.com/facebook/zstd
Keywords: compression libzstd lossless unzstd zstd zstdcat
Licenses: GPL2, custom:BSD3
Conflicts: zstd
Provides: libzstd.so, zstd
Submitter: jforberg
Maintainer: jforberg
Last Packager: jforberg
Votes: 7
Popularity: 0.000000
First Submitted: 2015-01-24 15:34 (UTC)
Last Updated: 2022-03-20 10:28 (UTC)

Dependencies (4)

Required by (821)

Sources (1)

Latest Comments

1 2 Next › Last »

jforberg commented on 2025-09-14 14:35 (UTC)

@garikello3d A static library is already provided, but you have to set the "staticlibs" flag in your /etc/makepkg.conf in order to get static libraries installed.

garikello3d commented on 2025-09-12 14:05 (UTC)

please provide also the static lib. By default it is built, but for some reason it does not get installed by makepkg.

trizen commented on 2022-03-16 16:49 (UTC)

Please update the PKGBUILD to use git+https:// instead of git://.

Otherwise, the build fails with the following error:

fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

jforberg commented on 2021-12-16 21:56 (UTC)

Thanks, trizen. I've updated the PKGBUILD.

trizen commented on 2021-12-13 18:01 (UTC)

Please add: provides=('zstd' 'libzstd.so')

Otherwise the package cannot be installed due to this error:

:: zstd-git and zstd are in conflict. Remove zstd? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing zstd breaks dependency 'libzstd.so=1-64' required by ccache
:: removing zstd breaks dependency 'libzstd.so=1-64' required by curl
:: removing zstd breaks dependency 'libzstd.so=1-64' required by tor

jforberg commented on 2020-06-21 17:30 (UTC)

generaleramon: Thanks, I updated the PKGBUILD.

generaleramon commented on 2020-06-17 09:19 (UTC)

this package compile fine on aarch64, can you add it in the arch section of the PKGBUILD?

12eason commented on 2017-03-20 23:30 (UTC)

libs?

jforberg commented on 2016-09-28 15:07 (UTC)

NOTE: This package now tracks the dev branch of upstream by default, instead of master. Upstream only uses master for full releases, so tracking dev makes this package more interesting.

jforberg commented on 2016-09-01 16:05 (UTC)

Thanks for the heads-up, I updated the main package `zstd` but forgot about `zstd-git`. It should be working now.