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 d18f9d604728..e5f5ab3e130e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=mkxp
pkgname=$_pkgbase-git
-pkgver=r319.b8fc5e2
+pkgver=r341.51c5ca1
pkgrel=1
pkgdesc="Open source implementation of the Ruby Game Scripting System of RPG Maker XP"
arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@ pkgver() {
build() {
cd $_pkgbase
- cmake ./
+ cmake ./ -DMRIVERSION=2.1
make
}