summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduardo Bart2020-07-08 13:50:44 -0300
committerEduardo Bart2020-07-08 13:50:44 -0300
commit316104ec31fc152c5cb564c10c4ae38e857ca8ad (patch)
tree816428292d5384d17b23afbdc0ceecefd90abb9d /PKGBUILD
parent3f0a1786ccbbddf71e1c65ef5ecc6faa3795d989 (diff)
downloadaur-316104ec31fc152c5cb564c10c4ae38e857ca8ad.tar.gz
Enable compile with compat enabled and with readline
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8113de9a4006..1af416fe7640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lua54
pkgver=5.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Powerful lightweight programming language designed for extending applications'
arch=('x86_64')
url='https://www.lua.org/'
@@ -27,7 +27,7 @@ prepare() {
build() {
cd lua-$pkgver
- make MYCFLAGS="$CFLAGS -fPIC -DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 -g" MYLDFLAGS="$LDFLAGS" linux
+ make MYCFLAGS="$CFLAGS -fPIC -DLUA_COMPAT_5_3 -g" MYLDFLAGS="$LDFLAGS" linux-readline
}
package() {