From 8e358163138563a78a7e50b85d3158d1080996a3 Mon Sep 17 00:00:00 2001 From: Det Date: Fri, 14 Apr 2017 08:15:27 +0300 Subject: [PATCH] Gtk3+ --- .SRCINFO | 4 +++- PKGBUILD | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3afb627..2b12bbd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,3 +1,5 @@ +# Generated by mksrcinfo v8 +# Fri Apr 14 05:15:27 UTC 2017 pkgbase = google-chrome-dev pkgdesc = An attempt at creating a safer, faster, and more stable browser (Dev Channel) pkgver = 59.0.3067.0 @@ -8,7 +10,7 @@ pkgbase = google-chrome-dev license = custom:chrome depends = alsa-lib depends = gconf - depends = gtk2 + depends = gtk3 depends = libxss depends = libxtst depends = nss diff --git a/PKGBUILD b/PKGBUILD index 2815352..e5eac3f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc="An attempt at creating a safer, faster, and more stable browser (Dev Ch arch=('x86_64') url="https://www.google.com/chrome" license=('custom:chrome') -depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss') +depends=('alsa-lib' 'gconf' 'gtk3' 'libxss' 'libxtst' 'nss') optdepends=('kdialog: needed for file dialogs in KDE' 'gnome-keyring: for storing passwords in GNOME keyring' 'kwallet: for storing passwords in KWallet'