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

David Runge dvzrv at gemini.archlinux.org
Sun Jan 16 16:10:47 UTC 2022


    Date: Sunday, January 16, 2022 @ 16:10:46
  Author: dvzrv
Revision: 434551

upgpkg: jack2 1.9.20-3: Rebuild to remove replaces array and cleanup optdepends.

Remove unrequired zita-ajbridge from optdepends (zalsa in jack-example-tools can be used).
Remove replaces array for jack2, as we do not want to remove jack automatically.

Modified:
  jack2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-16 16:08:08 UTC (rev 434550)
+++ PKGBUILD	2022-01-16 16:10:46 UTC (rev 434551)
@@ -8,7 +8,7 @@
 pkgname=(jack2 jack2-dbus jack2-docs)
 pkgdesc="The JACK low-latency audio server"
 pkgver=1.9.20
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url="https://github.com/jackaudio/jack2"
 license=(GPL2)
@@ -64,11 +64,9 @@
     'jack2-dbus: for dbus integration'
     'jack2-docs: for developer documentation'
     'realtime-privileges: for realtime privileges'
-    'zita-ajbridge: for using multiple ALSA devices'
   )
   conflicts=(jack)
   provides=(jack libjack.so libjacknet.so libjackserver.so)
-  replaces=(jack)
 
   cd "${pkgbase}"
   export PYTHONPATH="${PWD}:${PYTHONPATH}"



More information about the arch-commits mailing list