Package Details: lz4-git 1.10.0.r216.g3c08d0d8-1

Git Clone URL: https://aur.archlinux.org/lz4-git.git (read-only, click to copy)
Package Base: lz4-git
Description: Extremely Fast Compression algorithm
Upstream URL: https://lz4.github.io/lz4/
Licenses: BSD-2-Clause, GPL-2.0-or-later
Conflicts: lz4
Provides: liblz4.so, lz4
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 3
Popularity: 0.000000
First Submitted: 2017-06-19 04:15 (UTC)
Last Updated: 2025-11-27 08:42 (UTC)

Dependencies (2)

Required by (322)

Sources (1)

Latest Comments

Chocobo1 commented on 2022-12-28 07:19 (UTC)

Nice, but you missed the 1: prefix :p

Oops, fixed.

abouvier commented on 2022-12-27 20:36 (UTC)

Nice, but you missed the 1: prefix :p

depends=('lz4<2') will match this package but not core/lz4.

depends=('lz4>=1:1.8') will match core/lz4 but not this package.

Chocobo1 commented on 2022-12-27 19:05 (UTC)

Can you add provides=("lz4=1:$pkgver") to match the version of core/lz4?

Sure, done.

abouvier commented on 2022-12-27 16:02 (UTC)

Can you add provides=("lz4=1:$pkgver") to match the version of core/lz4? This will allow other packages to pull this package when using version constraint like makedepends=('lz4>=1:1.8').

Chocobo1 commented on 2018-06-05 04:20 (UTC)

For anyone flagging *-git package outdated: makepkg will automatically update pkgver when building: link.

So you just build it, don't flag it outdated.