summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c82173e3ae0..d63b9e402c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=residualvm
pkgname=${_pkgname}-git
-pkgver=r7048.de230485
+pkgver=r7855.626c55780
pkgrel=1
pkgdesc="A cross-platform 3D game interpreter which allows you to play LucasArts' LUA-based 3D adventures"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd ${_pkgname}
- ./configure --prefix=/usr --enable-release
+ ./configure --prefix=/usr --enable-c++11 --enable-release
make
}