lz4: fix gentoo ref

This commit is contained in:
Christoph Reiter 2024-12-26 21:57:09 +01:00
parent 0af6f79367
commit de65aa5bdb

View File

@ -10,6 +10,7 @@ url='https://lz4.github.io/lz4/'
msys2_repository_url="https://github.com/lz4/lz4" msys2_repository_url="https://github.com/lz4/lz4"
msys2_references=( msys2_references=(
"cpe: cpe:/a:lz4_project:lz4" "cpe: cpe:/a:lz4_project:lz4"
"gentoo: app-arch/lz4"
) )
license=('LGPL') license=('LGPL')
source=(lz4-${pkgver}.tar.gz::"https://github.com/lz4/lz4/archive/v${pkgver}.tar.gz") source=(lz4-${pkgver}.tar.gz::"https://github.com/lz4/lz4/archive/v${pkgver}.tar.gz")