summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2018-04-19 20:45:47 +0300
committerDet2018-04-19 20:45:47 +0300
commitf73a35a852f9817f8dc33bcd1de3dd12e4fe7069 (patch)
treefee3d90239e9c941bbf0cd677aafbdeba3fb517d
parent1b4f2dde8d89dc4e1d375924412edec922e88031 (diff)
downloadaur-f73a35a852f9817f8dc33bcd1de3dd12e4fe7069.tar.gz
Drop unneeded gconf
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3435c82b1535..ae2b119e153a 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 40798a18c22f..cf44dbe77b3c 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'