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

David Runge dvzrv at gemini.archlinux.org
Sun Mar 13 11:06:41 UTC 2022


    Date: Sunday, March 13, 2022 @ 11:06:41
  Author: dvzrv
Revision: 1150772

upgpkg: non-sequencer 1.10.0-2: Rebuild to disable native CPU optimizations (FS#74097).

Modified:
  non-sequencer/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-13 11:06:33 UTC (rev 1150771)
+++ PKGBUILD	2022-03-13 11:06:41 UTC (rev 1150772)
@@ -2,7 +2,7 @@
 
 pkgname=non-sequencer
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful, lightweight, real-time, pattern-based MIDI sequencer"
 arch=(x86_64)
 url="https://non.tuxfamily.org/"
@@ -20,7 +20,7 @@
 
   export LINKFLAGS="$LDFLAGS"
   CXXFLAGS+=" -std=c++14"
-  waf configure --prefix=/usr --project=sequencer
+  waf configure --prefix=/usr --project=sequencer --disable-native-cpu-optimization
   waf
 }
 



More information about the arch-commits mailing list