summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--openxcom.sh4
3 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8347594e30de..5f3e0dd297d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openxcom-git
pkgdesc = An open-source reimplementation of the famous X-COM game (git-version)
- pkgver = 1.0_2131_g61a5154
+ pkgver = 1.0_2177_gacd4eb3
pkgrel = 1
url = http://openxcom.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1f8190f705bc..e82a88e4654c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
# Contributor: Stefan Karner <stefan.karner at student.tuwien.ac.at>
+# Contributor: Drenn
pkgbase=openxcom-git
pkgname=('openxcom-git' 'openxcom-docs-git')
_gitname=OpenXcom
-pkgver=1.0_2131_g61a5154
+pkgver=1.0_2177_gacd4eb3
pkgrel=1
pkgdesc="An open-source reimplementation of the famous X-COM game (git-version)"
arch=('i686' 'x86_64')
@@ -23,7 +24,7 @@ pkgver() {
build() {
cd $_gitname
- cmake -DCMAKE_INSTALL_PREFIX="/usr"
+ cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE="Release" -DDEV_BUILD="Off"
make
# Make documentation
diff --git a/openxcom.sh b/openxcom.sh
deleted file mode 100644
index e1b10c348355..000000000000
--- a/openxcom.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env bash
-
-export LD_LIBRARY_PATH=/opt/yaml-cpp51/lib:$LD_LIBRARY_PATH
-exec /usr/share/openxcom/common/openxcom $@