From 0656f2a977f1f4264449b68207961760a8e7f6a7 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 23 Jul 2025 01:16:11 +0200 Subject: [PATCH] lua: add msys2_references --- lua/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/PKGBUILD b/lua/PKGBUILD index f7454666..27b7807d 100644 --- a/lua/PKGBUILD +++ b/lua/PKGBUILD @@ -7,6 +7,12 @@ pkgrel=1 pkgdesc='Powerful lightweight programming language designed for extending applications' arch=('x86_64') url='https://www.lua.org/' +msys2_references=( + 'anitya: 1847' + 'archlinux: lua' + 'cpe: cpe:2.3:a:lua:lua' + 'gentoo: dev-lang/lua' +) makedepends=('make' 'gcc') license=('spdx:MIT') source=(https://www.lua.org/ftp/lua-$pkgver.tar.gz