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 (873)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

badboy commented on 2016-09-01 14:43 (UTC)

Repository is moved to https://github.com/facebook/zstd. Additionally, I can't build it with the current PKGBUILD: install: cannot stat 'lib/LICENSE': No such file or directory LICENSE is in the main directory now.

gyscos commented on 2016-02-18 21:39 (UTC) (edited on 2016-02-20 19:49 (UTC) by gyscos)

This package apparently includes files in `/usr/local/share/man`. `/usr/local/share/man` is a symlink (belonging the the package `filesystem`) to `/usr/local/man`. Apparently pacman does not like this, and refuses to install the file (and therefore the package). I guess this package does not use PREFIX=/usr to not conflict with the other `zstd` package, so... what should be done here? EDIT: scratch that, it does conflict with zstd, so it really should use PREFIX=/usr. EDIT2: Now fixed. Thanks!