[arch-commits] Commit in carla/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Sat Feb 19 14:38:31 UTC 2022


    Date: Saturday, February 19, 2022 @ 14:38:30
  Author: dvzrv
Revision: 1134867

upgpkg: carla 2.4.2-1: Upgrade to 2.4.2.

Remove fix for python-pyqt5 related crashes (fixed upstream).

Modified:
  carla/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-19 13:11:42 UTC (rev 1134866)
+++ PKGBUILD	2022-02-19 14:38:30 UTC (rev 1134867)
@@ -4,8 +4,8 @@
 
 _name=Carla
 pkgname=carla
-pkgver=2.4.1
-pkgrel=3
+pkgver=2.4.2
+pkgrel=1
 pkgdesc="Audio Plugin Host"
 arch=(x86_64)
 url="https://kxstudio.linuxaudio.org/Applications:Carla"
@@ -28,12 +28,6 @@
 b2sums=('SKIP')
 validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0')  # falkTX <falktx at falktx.com>
 
-prepare() {
-  cd $pkgname
-  # fix python 3.10 related crashes
-  git cherry-pick -n 91720f6ddcfd00ebf9f0a6613099f53922426726
-}
-
 build() {
   make features -C $pkgname
   make -C $pkgname



More information about the arch-commits mailing list