From 7c59db007794e0e806176efea92772248e46d979 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 15 Apr 2021 11:12:17 +0200 Subject: [PATCH] Optdepends: Replace libpipewire02 with pipewire As requested in AUR comment https://aur.archlinux.org/packages/google-chrome/#comment-801789 and seen in official build for chromium https://github.com/archlinux/svntogit-packages/commit/3a82378691710ede4ec4ea7a701773747767d41c Signed-off-by: Knut Ahlers --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index ac02e60..1dc118b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,7 +14,7 @@ url="https://www.google.com/chrome" license=('custom:chrome') depends=('alsa-lib' 'gtk3' 'libcups' 'libxss' 'libxtst' 'nss') optdepends=( - 'libpipewire02: WebRTC desktop sharing under Wayland' + 'pipewire: WebRTC desktop sharing under Wayland' 'kdialog: for file dialogs in KDE' 'gnome-keyring: for storing passwords in GNOME keyring' 'kwallet: for storing passwords in KWallet'