summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSandy Carter2015-12-02 21:19:05 -0500
committerSandy Carter2015-12-02 21:19:56 -0500
commit7825fc5e1419643fdd16836ea20d2d6f1823dac0 (patch)
treed4b2eeb2ac0c4ad8f39ec0697eeb33fa5dbc5339 /PKGBUILD
parent6ef9d3ac5d86a9cb34a1b3d670eff2cea8ef8377 (diff)
downloadaur-7825fc5e1419643fdd16836ea20d2d6f1823dac0.tar.gz
Add libxkbcommon-x11 as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d16a4f5743d..07408a4de69a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# PKGBUILD source: https://github.com/bwrsandman/pkgbuild/tree/master/openmw-git
pkgname=openmw-git
-pkgver=0.37.0.248.gf962ce0
+pkgver=0.37.0.280.g7796550
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>=3.2.1' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield')
+depends=('openal' 'openscenegraph' 'mygui>=3.2.1' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield' 'libxkbcommon-x11')
makedepends=('git' 'cmake' 'boost')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")