[arch-commits] Commit in cardinal/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Wed May 18 21:53:28 UTC 2022
Date: Wednesday, May 18, 2022 @ 21:53:28
Author: dvzrv
Revision: 1209166
upgpkg: cardinal 22.05-1: Upgrade to 22.05.
Disable -Werror=format-security, as the project consists of so many submodules
that are currently not able to easily switch to a secure format string due to
the enforced macros.
Upstream is aware of this issue and working on it.
Modified:
cardinal/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-18 21:46:26 UTC (rev 1209165)
+++ PKGBUILD 2022-05-18 21:53:28 UTC (rev 1209166)
@@ -2,8 +2,8 @@
pkgbase=cardinal
pkgname=(cardinal cardinal-data cardinal-jack cardinal-lv2 cardinal-vst cardinal-vst3)
-pkgver=22.04
-pkgrel=2
+pkgver=22.05
+pkgrel=1
pkgdesc="Virtual modular synthesizer"
arch=(x86_64)
url="https://github.com/DISTRHO/Cardinal"
@@ -18,9 +18,9 @@
https://github.com/DISTRHO/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver.tar.xz
$pkgbase-$pkgver.svg::https://raw.githubusercontent.com/DISTRHO/Cardinal/eb95b5990cf734c10f2caab1a246eac893f0266d/plugins/Cardinal/orig/distrho.svg
)
-sha512sums=('a7888e69b92d0d4b6a446d6ec8044c0a5b57055821ad8084dba705efd61496cbfb0a66a452906b847a0dfd6b6a6ed8e38d08e09ed8fef81bbc35612871e7a2a1'
+sha512sums=('0b9eed0ba852c0629c5edd58578aca774e1ef255a90f6dac503fc4a61631dfc7d3a0c0711ee50d938a30a4136187cbf7b36ff4ca3d0ff3187be0087cbffc955c'
'31a7d1e548285af0ead1bc844fbb1d35b50f6284159047cb401a829d4068992fa328770e42c377c08d013f6787e55ac12b94eba4d5af4b90373b157971fc8835')
-b2sums=('f5367efa6739f47b2de8c07440939fcfed9535abeedba63f9523959f0c8536c27ea16200b653e4124a7583228a45094a99ff33e72639627f1ffce40a2c3c816f'
+b2sums=('5b9b9009d2db9496c506f505e8b798140b294d19b4d89d0c0b9dc4f2ee700f4eb0b3b2540c89324f8e80f3d249962197c028e3fd065d372c16b574e8fc535407'
'd82fefe15234c1ed3a4d487c6082a2e3ac73b60f11041314e99c5a5de5b3ea141efbd5afd18851510bd4f801fd71f7cd89d54d86258d1ba750bbfd762aa37a8d')
_pick() {
@@ -44,8 +44,8 @@
}
build() {
- export CFLAGS+=" -B/usr/lib/mold"
- export CXXFLAGS+=" -B/usr/lib/mold"
+ export CFLAGS+=" -B/usr/lib/mold -Wno-format-security"
+ export CXXFLAGS+=" -B/usr/lib/mold -Wno-format-security"
make PREFIX=/usr SYSDEPS=true WITH_LTO=true -C $pkgname-$pkgver
}
More information about the arch-commits
mailing list