summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
}