From f73a35a852f9817f8dc33bcd1de3dd12e4fe7069 Mon Sep 17 00:00:00 2001 From: Det Date: Thu, 19 Apr 2018 20:45:47 +0300 Subject: [PATCH] Drop unneeded gconf --- .SRCINFO | 1 - PKGBUILD | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3435c82..ae2b119 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -7,7 +7,6 @@ pkgbase = google-chrome arch = x86_64 license = custom:chrome depends = alsa-lib - depends = gconf depends = gtk3 depends = libcups depends = libxss diff --git a/PKGBUILD b/PKGBUILD index 40798a1..cf44dbe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc="The popular and trusted web browser by Google (Stable Channel)" arch=('x86_64') url="https://www.google.com/chrome" license=('custom:chrome') -depends=('alsa-lib' 'gconf' 'gtk3' 'libcups' 'libxss' 'libxtst' 'nss') +depends=('alsa-lib' 'gtk3' 'libcups' 'libxss' 'libxtst' 'nss') optdepends=('kdialog: for file dialogs in KDE' 'gnome-keyring: for storing passwords in GNOME keyring' 'kwallet: for storing passwords in KWallet'