Depend on libcups

This commit is contained in:
Det 2017-06-15 11:25:26 +03:00
parent bf50fdc7ae
commit df3a1c8cf1
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ pkgbase = google-chrome
depends = alsa-lib
depends = gconf
depends = gtk3
depends = libcups
depends = libxss
depends = libxtst
depends = nss

View File

@ -11,7 +11,7 @@ pkgdesc="An attempt at creating a safer, faster, and more stable browser (Stable
arch=('x86_64')
url="https://www.google.com/chrome"
license=('custom:chrome')
depends=('alsa-lib' 'gconf' 'gtk3' 'libxss' 'libxtst' 'nss')
depends=('alsa-lib' 'gconf' 'gtk3' 'libcups' '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'