summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-11-18 21:08:26 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-11-18 21:08:26 -0800
commit3aa6581d1d6a95950831ca0c3cfb13a61b05ed04 (patch)
tree472213d512c12b37352c69dc1c60d3c0ac4c4657
parentRebuild against boost 1.71 (diff)
downloadopenmw-3aa6581d1d6a95950831ca0c3cfb13a61b05ed04.tar.xz
Build against mainline openscenegraph
Fix ninja jobs to use $MAKEFLAGS
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e68b985..a33c72b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net>
-# Maintainer (Arch): Sven-Hendrik Haase <sh@lutzhaase.com>
+# Maintainer (Arch): Sven-Hendrik Haase <svenstaro@gmail.com>
# Contributor (Arch): Sandy Carter <bwrsandman@gmail.com>
# # I maintain this because:
@@ -7,12 +7,12 @@
pkgname=openmw
pkgver=0.45.0
-pkgrel=2.3
+pkgrel=4
pkgdesc="Open-source engine reimplementation for the role-playing game Morrowind"
arch=('x86_64')
url="http://www.openmw.org"
license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph34' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield' 'libxt')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield' 'libxt')
makedepends=('cmake' 'boost' 'doxygen' 'ninja')
source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz")
sha512sums=('b968426659457cf486f6756f7ab82cc4cb34a92923c433dd86f711e5d7097f75441ed17daa50d21f15f1847f5aed1f4c3a094a06cfd3f2e9b90aa182742c596f')
@@ -31,7 +31,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DDESIRED_QT_VERSION=5 \
-GNinja
- ninja -j4
+ ninja "$MAKEFLAGS"
}
package() {