Date: Thursday, May 5, 2016 @ 11:37:47 Author: bpiotrowski Revision: 266925
upgpkg: chromium 50.0.2661.94-1 new upstream release Modified: chromium/trunk/PKGBUILD chromium/trunk/chromium.install ------------------+ PKGBUILD | 4 ++-- chromium.install | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-05 07:41:29 UTC (rev 266924) +++ PKGBUILD 2016-05-05 09:37:47 UTC (rev 266925) @@ -5,7 +5,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=chromium -pkgver=50.0.2661.75 +pkgver=50.0.2661.94 pkgrel=1 _launcher_ver=3 pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser" @@ -28,7 +28,7 @@ chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz chromium.desktop chromium-widevine.patch) -sha256sums=('c12d644e711ec85c800ab61a749d1f03ba7999e0c3cd20f8495a674d39a643da' +sha256sums=('66f0516b076d42b3f00a5fa4ebf31304cb98973179b1cb2fecda8e0b186dba19' '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28' '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9' '4660344789c45c9b9e52cb6d86f7cb6edb297b39320d04f6947e5216d6e5f64c') Modified: chromium.install =================================================================== --- chromium.install 2016-05-05 07:41:29 UTC (rev 266924) +++ chromium.install 2016-05-05 09:37:47 UTC (rev 266925) @@ -1,8 +1,3 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - post_upgrade() { if (($(vercmp $2 42.0.2311.90-1) < 0)); then echo ':: This Chromium package no longer supports custom flags passed via the' @@ -16,12 +11,6 @@ echo ' (or $XDG_CONFIG_HOME). Arguments are split on whitespace and shell' echo ' quoting rules apply but no further parsing is performed.' fi - - post_install } -post_remove() { - post_install -} - # vim:set ts=2 sw=2 et:
