diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-03-26 15:14:25 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-03-26 15:14:25 (GMT) |
commit | 883ebdd4f4076480c75679b5b72e19eea5fc5043 (patch) | |
tree | 04e143fec663b873c30b839e998ebbac3ef21d5d /abs/extra | |
parent | 124b71a11d5478228b9001a22873bdfd18d952aa (diff) | |
download | linhes_pkgbuild-883ebdd4f4076480c75679b5b72e19eea5fc5043.zip linhes_pkgbuild-883ebdd4f4076480c75679b5b72e19eea5fc5043.tar.gz linhes_pkgbuild-883ebdd4f4076480c75679b5b72e19eea5fc5043.tar.bz2 |
google-chrome: add libcups dep
Diffstat (limited to 'abs/extra')
-rw-r--r-- | abs/extra/google-chrome/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/extra/google-chrome/__changelog | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/abs/extra/google-chrome/PKGBUILD b/abs/extra/google-chrome/PKGBUILD index 3e18710..ec1f344 100644 --- a/abs/extra/google-chrome/PKGBUILD +++ b/abs/extra/google-chrome/PKGBUILD @@ -6,13 +6,13 @@ pkgname=google-chrome pkgver=33.0.1750.152 -pkgrel=1 +pkgrel=2 pkgdesc="An attempt at creating a safer, faster, and more stable browser (Stable Channel)" arch=('i686' 'x86_64') url="https://www.google.com/chrome" license=('custom:chrome') depends=('alsa-lib' 'desktop-file-utils' 'flac' 'gconf' 'gtk2' 'harfbuzz' 'harfbuzz-icu' 'hicolor-icon-theme' 'icu' - 'libgcrypt' 'libpng' 'libxss' 'libxtst' 'nss' 'opus' 'snappy' 'speech-dispatcher' 'ttf-font' 'xdg-utils') + 'libgcrypt' 'libcups' 'libpng' 'libxss' 'libxtst' 'nss' 'opus' 'snappy' 'speech-dispatcher' 'ttf-font' 'xdg-utils') optdepends=('kdebase-kdialog: needed for file dialogs in KDE' 'ttf-google-fonts-git') provides=("google-chrome=${pkgver}") diff --git a/abs/extra/google-chrome/__changelog b/abs/extra/google-chrome/__changelog index 8e8830a..4a64955 100644 --- a/abs/extra/google-chrome/__changelog +++ b/abs/extra/google-chrome/__changelog @@ -2,4 +2,5 @@ Pull from ARU: https://aur.archlinux.org/packages/google-chrome/ - PKGBUILD: add replaces chromium - google-chrome.install: add symlink from /usr/bin/chromium to google-chrome so as not to break pkgs that use chromium - PKGBUILD: Rename google-chrome-stable to google-chrome" -- PKGBUILD:Change dep libgcrypt15 to libgcrypt +- PKGBUILD: Change dep libgcrypt15 to libgcrypt +- PKGBUILD: Add dep libcups |