[arch-commits] Commit in sonic-visualiser/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Sun Nov 21 21:20:53 UTC 2021
Date: Sunday, November 21, 2021 @ 21:20:53
Author: dvzrv
Revision: 1054009
upgpkg: sonic-visualiser 4.4-2: capnproto 0.9.1
Modified:
sonic-visualiser/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-21 21:20:41 UTC (rev 1054008)
+++ PKGBUILD 2021-11-21 21:20:53 UTC (rev 1054009)
@@ -4,7 +4,7 @@
pkgname=sonic-visualiser
pkgver=4.4
-pkgrel=1
+pkgrel=2
pkgdesc="A viewer and analyser of music audio files."
arch=('x86_64')
url="https://www.sonicvisualiser.org/"
@@ -22,13 +22,7 @@
build() {
cd "${pkgname}-${pkgver}"
- meson --prefix='/usr' \
- --buildtype plain \
- --wrap-mode nodownload \
- -D b_lto=true \
- -D b_pie=true \
- -Dintrospection=enabled \
- build
+ arch-meson build
ninja -C build
}
More information about the arch-commits
mailing list