diff --git a/.SRCINFO b/.SRCINFO index a33d0dc..5b39082 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -16,6 +16,7 @@ pkgbase = google-chrome optdepends = gnome-keyring: for storing passwords in GNOME keyring optdepends = kwallet: for storing passwords in KWallet optdepends = ttf-liberation: fix fonts for some PDFs (CRBug #369991) + optdepends = xdg-utils options = !emptydirs options = !strip source = google-chrome-stable_58.0.3029.81_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb diff --git a/PKGBUILD b/PKGBUILD index 874e0c5..11740e7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,8 @@ depends=('alsa-lib' 'gconf' 'gtk2' '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' - 'ttf-liberation: fix fonts for some PDFs (CRBug #369991)') + 'ttf-liberation: fix fonts for some PDFs (CRBug #369991)' + 'xdg-utils') options=('!emptydirs' '!strip') install=$pkgname.install _channel=stable