summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKnut Ahlers2021-04-15 11:16:00 +0200
committerKnut Ahlers2021-04-15 11:16:00 +0200
commit46cf831926b05d11bbe4ac7a47209ea9c015b9fc (patch)
tree4a417ff5cf625e4d853b548d7f0304b9c323c404
parentf8f6486cdc34f0fb83727af1f51c678e40c74d35 (diff)
downloadaur-46cf831926b05d11bbe4ac7a47209ea9c015b9fc.tar.gz
Fix: Update SRCINFO after optdepends change
Signed-off-by: Knut Ahlers <knut@ahlers.me>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eec5049b0ff1..b873a7ad7808 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 1bef6f6f9f5e..f1b64e8f0624 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"