summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSandy Carter2021-07-12 16:57:10 -0400
committerSandy Carter2021-07-12 16:57:10 -0400
commit711cf4a53023516503905ee03510a331e5b1bd4f (patch)
tree3cb522b0ed3448229d79b6003f282a20fdfe53e9 /PKGBUILD
parent309dd528b199a0fb990f4b2ab34200a22e99fec3 (diff)
downloadaur-711cf4a53023516503905ee03510a331e5b1bd4f.tar.gz
add luajit as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e54b01e13bac..46f3445c9b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,11 @@
-# Maintainer: Sandy Carter <bwrsandman@gmail.com>
-# PKGBUILD source: https://github.com/bwrsandman/pkgbuild/tree/master/openmw-git
-
pkgname=openmw-git
-pkgver=0.46.0.r1477.gdc82cb61f
+pkgver=0.46.0.r2803.gcd9fb2ada
pkgrel=1
pkgdesc="An open-source engine reimplementation for the role-playing game Morrowind."
arch=('i686' 'x86_64')
url="http://www.openmw.org"
license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph' 'mygui' 'bullet-multithreaded' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield' 'libxt' 'boost-libs')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet-multithreaded' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield' 'libxt' 'boost-libs' 'luajit')
optdepends=('openscenegraph-openmw-git: experimental performance enhancements for OpenMW that are too controversial to be included in the general purpose OSG project')
makedepends=('git' 'cmake' 'boost')
conflicts=("${pkgname%-git}")