summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO37
-rw-r--r--PKGBUILD12
-rw-r--r--chromium-snapshot-bin.install13
3 files changed, 18 insertions, 44 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30e08435e406..facc469c913e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,42 +1,25 @@
+# Generated by mksrcinfo v8
+# Thu Feb 2 13:20:03 UTC 2017
pkgbase = chromium-snapshot-bin
pkgdesc = The open-source project behind Google Chrome (Latest Snapshot)
- pkgver = 54.0.2829.0.r411883
+ pkgver = 58.0.3001.0.r447745
pkgrel = 1
url = https://build.chromium.org
install = chromium-snapshot-bin.install
arch = x86_64
license = BSD
- depends = gtk2
- depends = nss
depends = alsa-lib
- depends = xdg-utils
- depends = bzip2
- depends = libevent
- depends = libxss
- depends = icu
- depends = libexif
- depends = libgcrypt
- depends = ttf-font
- depends = systemd
- depends = dbus
- depends = flac
- depends = snappy
- depends = speech-dispatcher
- depends = pciutils
- depends = libpulse
- depends = harfbuzz
- depends = libsecret
- depends = perl
- depends = perl-file-basedir
- depends = desktop-file-utils
- depends = hicolor-icon-theme
depends = gconf
- optdepends = kdebase-kdialog: needed for file dialogs in KDE
+ depends = gtk2
+ depends = libxss
+ depends = libxtst
+ depends = nss
+ optdepends = kdialog:: needed for file dialogs in KDE
optdepends = gnome-keyring: for storing passwords in GNOME keyring
- optdepends = kdeutils-kwalletmanager: for storing passwords in KWallet
+ optdepends = kwallet: for storing passwords in KWallet
optdepends = pepper-flash: for Pepper Flash plugin [AUR]
provides = chromium
- source = chrome-linux-r432815.zip::http://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/432815/chrome-linux.zip
+ source = chrome-linux-r447745.zip::http://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/447745/chrome-linux.zip
source = chromium-snapshot-bin.sh
source = chromium-snapshot-bin.desktop
source = chromium-snapshot-bin_16.png
diff --git a/PKGBUILD b/PKGBUILD
index f700d170f04c..58038414ba6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,16 @@
# Contributors: Ner0, alexwizard, thotypous, jdhore, xduugu, randypenguin, bdheeman, AlK
pkgname=chromium-snapshot-bin
-pkgver=54.0.2829.0.r411883
+pkgver=58.0.3001.0.r447745
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Latest Snapshot)"
arch=('x86_64')
url="https://build.chromium.org"
license=('BSD')
-depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss' 'icu'
- 'libexif' 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'snappy'
- 'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'libsecret'
- 'perl' 'perl-file-basedir' 'desktop-file-utils' 'hicolor-icon-theme'
- 'gconf')
-optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
+depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss')
+optdepends=('kdialog:: needed for file dialogs in KDE'
'gnome-keyring: for storing passwords in GNOME keyring'
- 'kdeutils-kwalletmanager: for storing passwords in KWallet'
+ 'kwallet: for storing passwords in KWallet'
'pepper-flash: for Pepper Flash plugin [AUR]')
provides=('chromium')
install=$pkgname.install
diff --git a/chromium-snapshot-bin.install b/chromium-snapshot-bin.install
index ea7b020eefbd..f95082789bd3 100644
--- a/chromium-snapshot-bin.install
+++ b/chromium-snapshot-bin.install
@@ -1,10 +1,10 @@
# Colored makepkg-like functions
msg_blue() {
- printf "${blue}==>${bold} ${1}${all_off}\n"
+ printf "${blue}==>${bold} $1${all_off}\n"
}
note() {
- printf "${yellow}==>${bold} ${1}${all_off}\n"
+ printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
}
all_off="$(tput sgr0)"
@@ -13,13 +13,8 @@ blue="${bold}$(tput setaf 4)"
yellow="${bold}$(tput setaf 3)"
post_install() {
- note "Pepper Flash is now auto-detected from: /usr/lib/PepperFlash/ (pepper-flash [AUR])
- echo
-
- note "Custom flags should be put directly in: ~/.config/chromium-flags.conf
- (CHROMIUM_FLAGS is deprecated.)"
- echo
-
+ note "Pepper Flash is now auto-detected from: /usr/lib/PepperFlash/ (AUR/pepper-flash)"
+ note "Custom flags should be put directly in: ~/.config/chromium-flags.conf"
note "The launcher is called: 'chromium-snapshot-bin'"
}