mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-09 11:30:04 +00:00
Fix: Update SRCINFO after optdepends change
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
7c59db0077
commit
5577e078fd
2 changed files with 3 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = google-chrome
|
pkgbase = google-chrome
|
||||||
pkgdesc = The popular and trusted web browser by Google (Stable Channel)
|
pkgdesc = The popular and trusted web browser by Google (Stable Channel)
|
||||||
pkgver = 90.0.4430.72
|
pkgver = 90.0.4430.72
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://www.google.com/chrome
|
url = https://www.google.com/chrome
|
||||||
install = google-chrome.install
|
install = google-chrome.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -12,7 +12,7 @@ pkgbase = google-chrome
|
||||||
depends = libxss
|
depends = libxss
|
||||||
depends = libxtst
|
depends = libxtst
|
||||||
depends = nss
|
depends = nss
|
||||||
optdepends = libpipewire02: WebRTC desktop sharing under Wayland
|
optdepends = pipewire: WebRTC desktop sharing under Wayland
|
||||||
optdepends = kdialog: for file dialogs in KDE
|
optdepends = kdialog: for file dialogs in KDE
|
||||||
optdepends = gnome-keyring: for storing passwords in GNOME keyring
|
optdepends = gnome-keyring: for storing passwords in GNOME keyring
|
||||||
optdepends = kwallet: for storing passwords in KWallet
|
optdepends = kwallet: for storing passwords in KWallet
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=google-chrome
|
pkgname=google-chrome
|
||||||
pkgver=90.0.4430.72
|
pkgver=90.0.4430.72
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="The popular and trusted web browser by Google (Stable Channel)"
|
pkgdesc="The popular and trusted web browser by Google (Stable Channel)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.google.com/chrome"
|
url="https://www.google.com/chrome"
|
||||||
|
|
Loading…
Reference in a new issue