From 46cf831926b05d11bbe4ac7a47209ea9c015b9fc Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 15 Apr 2021 11:16:00 +0200 Subject: [PATCH] Fix: Update SRCINFO after optdepends change Signed-off-by: Knut Ahlers --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index eec5049..b873a7a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = google-chrome-dev pkgdesc = The popular and trusted web browser by Google (Dev Channel) pkgver = 91.0.4469.4 - pkgrel = 1 + pkgrel = 2 url = https://www.google.com/chrome install = google-chrome-dev.install arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = google-chrome-dev depends = libxss depends = libxtst depends = nss - optdepends = libpipewire02: WebRTC desktop sharing under Wayland + optdepends = pipewire: WebRTC desktop sharing under Wayland optdepends = kdialog: for file dialogs in KDE optdepends = gnome-keyring: for storing passwords in GNOME keyring optdepends = kwallet: for storing passwords in KWallet diff --git a/PKGBUILD b/PKGBUILD index 1bef6f6..f1b64e8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=google-chrome-dev pkgver=91.0.4469.4 -pkgrel=1 +pkgrel=2 pkgdesc="The popular and trusted web browser by Google (Dev Channel)" arch=('x86_64') url="https://www.google.com/chrome"