summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a33d0dce07b8..5b3908244460 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 874e0c51766c..11740e75a18d 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