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

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 25 20:44:40 UTC 2022


    Date: Monday, April 25, 2022 @ 20:44:40
  Author: arojas
Revision: 1190114

962855F072C7A01846405864FCF3C8CB5CF9C8D4 key rebuild

Modified:
  magnum/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 20:43:13 UTC (rev 1190113)
+++ PKGBUILD	2022-04-25 20:44:40 UTC (rev 1190114)
@@ -3,7 +3,7 @@
 
 pkgname=magnum
 pkgver=2020.06
-pkgrel=1
+pkgrel=2
 pkgdesc='C++11/C++14 graphics middleware for games and data visualization'
 arch=(x86_64)
 url='https://magnum.graphics'
@@ -14,6 +14,11 @@
 source=("git+https://github.com/mosra/magnum#commit=fac6f4da261930c7035bf51f66091e350905720b") # tag: v2020.06
 sha256sums=('SKIP')
 
+prepare() {
+# Fix build with recent cmake
+  sed -e '/CONFIG/d' -i $pkgname/modules/FindOpenAL.cmake
+}
+
 build() {
   mkdir -p build
   cd build



More information about the arch-commits mailing list