From 1d5aa6ebbc2bf186ee15ccdef013b6dca0236460 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Mon, 18 Dec 2023 17:21:42 +0100 Subject: [PATCH] main/lua-posix: remove undefined variable from description --- main/lua-posix/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/lua-posix/APKBUILD b/main/lua-posix/APKBUILD index aae2e456455..eca1ce096c2 100644 --- a/main/lua-posix/APKBUILD +++ b/main/lua-posix/APKBUILD @@ -6,7 +6,7 @@ pkgname=lua-posix _name=luaposix pkgver=36.2.1 pkgrel=0 -pkgdesc="POSIX library for Lua $_luaver" +pkgdesc="POSIX library for Lua" url="https://github.com/luaposix/luaposix" arch="all" license="MIT"