summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRodrigo Bezerra2020-08-05 16:10:58 -0300
committerRodrigo Bezerra2020-08-05 16:10:58 -0300
commit0fc5e116cb4841107db4175b5d0332eb3a983067 (patch)
tree6bd029558588db7739e1399f6a54001ee8971f8f /PKGBUILD
parent02a4289380185c7f0d40a6e154ef3701e005cc24 (diff)
downloadaur-0fc5e116cb4841107db4175b5d0332eb3a983067.tar.gz
Reenable system Lua
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fb66e5c5e25..aa29725af8f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=freeciv
pkgname=freeciv-git
-pkgver=r24065.8e266126ba
+pkgver=r25158.2054ee3a2c
pkgrel=1
pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
arch=('x86_64')
@@ -34,6 +34,7 @@ build() {
--enable-shared \
--enable-sdl-mixer \
--enable-fcmp=all \
+ --enable-sys-lua
make
}