Drop unneeded gconf

This commit is contained in:
Det 2018-04-19 20:46:15 +03:00
parent 0d0c9de40e
commit da3c441dea
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ pkgbase = google-chrome-dev
arch = x86_64
license = custom:chrome
depends = alsa-lib
depends = gconf
depends = gtk3
depends = libcups
depends = libxss

View File

@ -11,7 +11,7 @@ pkgdesc="The popular and trusted web browser by Google (Dev 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'