[arch-commits] Commit in openmw/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Fri Nov 5 20:06:56 UTC 2021
Date: Friday, November 5, 2021 @ 20:06:56
Author: svenstaro
Revision: 1037273
upgpkg: openmw 0.47.0-1
Modified:
openmw/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-05 19:58:21 UTC (rev 1037272)
+++ PKGBUILD 2021-11-05 20:06:56 UTC (rev 1037273)
@@ -2,21 +2,19 @@
# Contributor: Sandy Carter <bwrsandman at gmail.com>
pkgname=openmw
-# 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=3
+pkgver=0.47.0
+pkgrel=1
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' 'boost-libs')
-makedepends=('cmake' 'boost' 'doxygen' 'ninja' 'git')
-source=("git+https://gitlab.com/OpenMW/openmw.git#commit=bac679d5")
-sha512sums=('SKIP')
+makedepends=('cmake' 'boost' 'doxygen' 'ninja')
+source=("https://github.com/OpenMW/openmw/archive/refs/tags/openmw-0.47.0.tar.gz")
+sha512sums=('517e650d0054cdba8d38de05ed3975b0fcf8de32fda59c8df7c34b973e5390efa0dd9ec79babdfdaa79dee7aa8a75009776f62fad91b9aa9aa28016c5032652b')
build() {
- cd openmw
+ cd openmw-openmw-$pkgver
# We can't use system bullet because openmw needs a version built with double
# precision but the one we ship in Arch is built with single precision for
# performance reasons.
@@ -32,7 +30,7 @@
}
package() {
- cd openmw
+ cd openmw-openmw-$pkgver
DESTDIR="$pkgdir" ninja -C build install
}
More information about the arch-commits
mailing list