[arch-commits] Commit in openmw/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Thu Oct 14 21:36:42 UTC 2021


    Date: Thursday, October 14, 2021 @ 21:36:42
  Author: svenstaro
Revision: 1030214

upgpkg: openmw 0.47.0rc-3: Update rc release and add dep on boost-libs

Modified:
  openmw/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-14 21:33:12 UTC (rev 1030213)
+++ PKGBUILD	2021-10-14 21:36:42 UTC (rev 1030214)
@@ -5,14 +5,14 @@
 # Build from git until 0.47.0 stable is out. Sadly openmw releases are very
 # rare these days and backporting takes too much time.
 pkgver=0.47.0rc
-pkgrel=2
+pkgrel=3
 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' 'openscenegraph' 'mygui' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield' 'libxt')
+depends=('openal' 'openscenegraph' 'mygui' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield' 'libxt' 'boost-libs')
 makedepends=('cmake' 'boost' 'doxygen' 'ninja' 'git')
-source=("git+https://gitlab.com/OpenMW/openmw.git#commit=08f7c73e")
+source=("git+https://gitlab.com/OpenMW/openmw.git#commit=bac679d5")
 sha512sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list