Date: Monday, January 30, 2023 @ 08:55:32
  Author: dvzrv
Revision: 1391191

upgpkg: carla 2.5.3-2: Rebuild to fix issues with python-pyqt5.

Modified:
  carla/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-30 08:49:03 UTC (rev 1391190)
+++ PKGBUILD    2023-01-30 08:55:32 UTC (rev 1391191)
@@ -6,7 +6,7 @@
 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";
@@ -47,6 +47,12 @@
 b2sums=('SKIP')
 validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0')  # falkTX 
<[email protected]>
 
+prepare() {
+  cd $pkgname
+  # fix issues with python-pyqt5
+  git cherry-pick -n 4151e160f1e9e03412c112fec54b5f1cde4c45de
+}
+
 build() {
   make features -C $pkgname
   make -C $pkgname

Reply via email to