summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2023-11-19 13:53:38 -0500
committerSandy Carter2023-11-19 13:53:38 -0500
commitbb45c7e9b23c255c785ef0270a4fbc467d868bd2 (patch)
tree625a5c58049ddcf43e0c025ace94c2e4c4079d8a
parentb6bbf098386ec5515dd2cc5da52200afbe38e2cd (diff)
downloadaur-bb45c7e9b23c255c785ef0270a4fbc467d868bd2.tar.gz
Update mygui to 3.4.3
Arch linux package is out of date and it breaks openmw
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d10065a33b8..8883ce32024b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openmw-git
pkgdesc = An open-source engine reimplementation for the role-playing game Morrowind.
- pkgver = 0.48.0.r3001.g518aa5c6ae
+ pkgver = 0.48.0.r3689.g5a1a54b959
pkgrel = 1
url = http://www.openmw.org
arch = i686
@@ -14,7 +14,7 @@ pkgbase = openmw-git
makedepends = boost
depends = openal
depends = openscenegraph
- depends = mygui
+ depends = mygui-openmw
depends = bullet-dp
depends = qt5-base
depends = ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index 4ced67ce9cd4..cceb5a81b04d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# thanks to txtsd <aur.archlinux@ihavea.quest> for contributing some parts of the PKGBUILD code
pkgname=openmw-git
-pkgver=0.48.0.r3001.g518aa5c6ae
+pkgver=0.48.0.r3689.g5a1a54b959
pkgrel=1
pkgdesc="An open-source engine reimplementation for the role-playing game Morrowind."
arch=('i686' 'x86_64' 'aarch64')
url="http://www.openmw.org"
license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph' 'mygui' 'bullet-dp' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield' 'libxt' 'boost-libs' 'luajit' 'recastnavigation-openmw' 'yaml-cpp' 'sqlite')
+depends=('openal' 'openscenegraph' 'mygui-openmw' 'bullet-dp' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield' 'libxt' 'boost-libs' 'luajit' 'recastnavigation-openmw' 'yaml-cpp' 'sqlite')
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}")