Date: Monday, May 21, 2018 @ 16:53:24 Author: dvzrv Revision: 326361 upgpkg: vm.lv2 0.4.0-4
Rebuilding for gcc > 8.1 and hotfixing undeclared variable. Modified: vm.lv2/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-21 16:52:54 UTC (rev 326360) +++ PKGBUILD 2018-05-21 16:53:24 UTC (rev 326361) @@ -1,7 +1,7 @@ # Maintainer: David Runge <[email protected]> pkgname=vm.lv2 pkgver=0.4.0 -pkgrel=3 +pkgrel=4 pkgdesc="A virtual machine LV2 plugin bundle" arch=('x86_64') url="https://open-music-kontrollers.ch/lv2/vm/#" @@ -14,6 +14,9 @@ prepare() { cd "$pkgname-$pkgver" + # hotfixing undeclared variable: + # https://gitlab.com/OpenMusicKontrollers/vm.lv2/issues/1 + sed -e 's/HUGE/HUGE_VAL/g' -i vm_ui.c mkdir -v build }
