diff options
Diffstat (limited to 'libre/openmw/PKGBUILD')
-rw-r--r-- | libre/openmw/PKGBUILD | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/libre/openmw/PKGBUILD b/libre/openmw/PKGBUILD index 920db706a..bb8fe950f 100644 --- a/libre/openmw/PKGBUILD +++ b/libre/openmw/PKGBUILD @@ -1,21 +1,26 @@ -# $Id: # Maintainer (Arch): Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor (Arch): Sandy Carter <bwrsandman@gmail.com> -# Maintainer: André Silva <emulatorman@hyperbola.info> +# Contributor: André Silva <emulatorman@hyperbola.info> pkgname=openmw -pkgver=0.43.0 -pkgrel=2.parabola1 -pkgdesc="A libe engine reimplementation for the role-playing game Morrowind, without without wizard installation support to install nonfree assets from Morrowind to run Morrowind" -arch=('x86_64' 'i686' 'armv7h') +pkgver=0.44.0 +pkgrel=6 +pkgrel+=.parabola1 +pkgdesc="Open-source engine reimplementation for the role-playing game Morrowind" +pkgdesc+=", without without wizard installation support to install nonfree assets from Morrowind to run Morrowind" +arch=('x86_64') +arch+=('i686') url="http://www.openmw.org" license=('GPL3' 'MIT' 'custom') -depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield' 'libxt') +depends=('openal' 'openscenegraph34' '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=('e902dd2274c05838bb1171f07d7a673fc7b85d1290a9e01c8ab89f1c279bd236332ecdc0f2b7944ec7209a0e6022ff472639b5724bf26904e3a2d338c7be401a') +sha512sums=('1b178891274361b7821ac1d3d66976ed5d443545531499d98f7ed30823f3891172cc5dcb3f7382ba0f561774a92b9ad8805e0c9582b78d2f010e4ed661219017') + +prepare() { + mkdir build +} build() { - mkdir -p build cd build cmake "../$pkgname-$pkgname-$pkgver" \ -DCMAKE_INSTALL_PREFIX=/usr \ |