community/calf to 0.90.3-5

This commit is contained in:
Kevin Mihelich 2021-08-02 23:17:13 +00:00
parent 3225acc130
commit 88c87fad30
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
pkgname=calf
pkgver=0.90.3
pkgrel=4
pkgrel=5
pkgdesc='LV2 plug-in suite and standalone Jack host'
arch=(x86_64)
url="https://calf-studio-gear.org"
@ -29,6 +29,7 @@ build() {
--enable-experimental \
--prefix=/usr \
--with-lv2
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}