From 80c240d11d50347a40f2b3d91d822cef8f927480 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 15 Apr 2021 11:12:16 +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 1003da6..61ef83f 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'