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

Maxime Gauduin alucryd at archlinux.org
Wed Aug 5 07:06:46 UTC 2020


    Date: Wednesday, August 5, 2020 @ 07:06:45
  Author: alucryd
Revision: 669044

upgpkg: nageru 1.8.6-7

Modified:
  nageru/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-05 07:05:04 UTC (rev 669043)
+++ PKGBUILD	2020-08-05 07:06:45 UTC (rev 669044)
@@ -2,7 +2,7 @@
 
 pkgname=nageru
 pkgver=1.8.6
-pkgrel=6
+pkgrel=7
 pkgdesc="live video mixer, based around the standard M/E workflow."
 arch=(x86_64)
 url="https://nageru.sesse.net/"
@@ -26,6 +26,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
   arch-meson ../build
   ninja -v -C ../build
 }



More information about the arch-commits mailing list