mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/carla to 2.5.3-2
This commit is contained in:
parent
f214a8c3a6
commit
543998fa12
1 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,7 @@ _name=Carla
|
|||
pkgname=carla
|
||||
_commit=cccba489c15dbbdf80cb80366988fd7a7db769c1 # refs/tags/v2.5.3
|
||||
pkgver=2.5.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Audio Plugin Host"
|
||||
arch=(x86_64)
|
||||
url="https://kxstudio.linuxaudio.org/Applications:Carla"
|
||||
|
@ -50,6 +50,12 @@ sha512sums=('SKIP')
|
|||
b2sums=('SKIP')
|
||||
validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX <falktx@falktx.com>
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
# fix issues with python-pyqt5
|
||||
git cherry-pick -n 4151e160f1e9e03412c112fec54b5f1cde4c45de
|
||||
}
|
||||
|
||||
build() {
|
||||
make NOOPT=true features -C $pkgname
|
||||
make NOOPT=true -C $pkgname
|
||||
|
|
Loading…
Reference in a new issue