[arch-commits] Commit in lua/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Aug 8 11:52:16 UTC 2022


    Date: Monday, August 8, 2022 @ 11:52:16
  Author: heftig
Revision: 452412

5.4.4-2: enable debug

Modified:
  lua/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-08 11:42:54 UTC (rev 452411)
+++ PKGBUILD	2022-08-08 11:52:16 UTC (rev 452412)
@@ -5,13 +5,13 @@
 pkgname=lua
 pkgver=5.4.4
 _majorver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc='Powerful lightweight programming language designed for extending applications'
 arch=('x86_64')
 url='https://www.lua.org/'
 depends=('readline')
 license=('MIT')
-options=('!emptydirs')
+options=('!emptydirs' 'debug')
 source=(https://www.lua.org/ftp/lua-$pkgver.tar.gz
         liblua.so.patch
         lua.pc



More information about the arch-commits mailing list