From de65aa5bdbdf71936f8d64ddcf3a5b622658e8bb Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 26 Dec 2024 21:57:09 +0100 Subject: [PATCH] lz4: fix gentoo ref --- lz4/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/lz4/PKGBUILD b/lz4/PKGBUILD index da56d0b5aa1..720bedc57ce 100644 --- a/lz4/PKGBUILD +++ b/lz4/PKGBUILD @@ -10,6 +10,7 @@ url='https://lz4.github.io/lz4/' msys2_repository_url="https://github.com/lz4/lz4" msys2_references=( "cpe: cpe:/a:lz4_project:lz4" + "gentoo: app-arch/lz4" ) license=('LGPL') source=(lz4-${pkgver}.tar.gz::"https://github.com/lz4/lz4/archive/v${pkgver}.tar.gz")