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

David Runge dvzrv at gemini.archlinux.org
Sat Jun 11 08:50:06 UTC 2022


    Date: Saturday, June 11, 2022 @ 08:50:05
  Author: dvzrv
Revision: 1232188

upgpkg: yabridge 4.0.0-4: Rebuild to add libnotify to yabridge optdepends.

Modified:
  yabridge/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 08:42:03 UTC (rev 1232187)
+++ PKGBUILD	2022-06-11 08:50:05 UTC (rev 1232188)
@@ -2,9 +2,9 @@
 
 pkgbase=yabridge
 pkgname=(yabridge yabridgectl)
+_commit=b826f800374d0b6392ac17847fb599e47ec2accc  # 4.0.0^{}
 pkgver=4.0.0
-_commit=b826f800374d0b6392ac17847fb599e47ec2accc  # 4.0.0^{}
-pkgrel=3
+pkgrel=4
 pkgdesc="A modern and transparent way to use Windows VST2 and VST3 plugins on Linux"
 arch=(x86_64)
 url="https://github.com/robbert-vdh/yabridge"
@@ -68,7 +68,10 @@
 package_yabridge() {
   groups=(pro-audio)
   depends=(lib32-libxcb libxcb wine)
-  optdepends=('yabridgectl: for optional setup and management utility')
+  optdepends=(
+    'libnotify: for notification integration'
+    'yabridgectl: for optional setup and management utility'
+  )
 
   # project has no install target
   install -vDm 755 build/$pkgname-host{,-32}.exe{,.so} -t "$pkgdir/usr/bin"



More information about the arch-commits mailing list