summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08e664fc5383..8401a300bf96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Fri Apr 14 05:15:04 UTC 2017
pkgbase = chromium-snapshot-bin
pkgdesc = The open-source project behind Google Chrome (Latest Snapshot)
pkgver = 58.0.3001.0.r447745
@@ -9,6 +7,7 @@ pkgbase = chromium-snapshot-bin
arch = x86_64
license = BSD
depends = alsa-lib
+ depends = cups
depends = gconf
depends = gtk3
depends = libxss
diff --git a/PKGBUILD b/PKGBUILD
index 2cdd35a971ac..683c966c9334 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="The open-source project behind Google Chrome (Latest Snapshot)"
arch=('x86_64')
url="https://build.chromium.org"
license=('BSD')
-depends=('alsa-lib' 'gconf' 'gtk3' 'libxss' 'libxtst' 'nss')
+depends=('alsa-lib' 'cups' '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'