From 88409d2f9f07f2ffeda09057f4f84d47d8b8ec58 Mon Sep 17 00:00:00 2001 From: Det Date: Fri, 4 Sep 2015 21:57:22 +0300 Subject: [PATCH] Fix opening files with spaces --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- google-chrome-beta | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ca4d5e6..6e3b1aa 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = google-chrome-beta - pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel). NOTE: If the md5sums don't match, don't post the makepkg output. Simply flag the package. + pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel) pkgver = 46.0.2490.13 pkgrel = 1 url = https://www.google.com/chrome/index.html @@ -34,7 +34,7 @@ pkgbase = google-chrome-beta options = !strip source = google-chrome-beta source = eula_text.html - md5sums = aa5660e4808cd290ff7b50670a5ad380 + md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35 md5sums = b7e752f549b215ac77f284b6486794b6 source_i686 = google-chrome-beta_46.0.2490.13_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb md5sums_i686 = 2bbaa53750bd6174af9e9a3fc6ace238 diff --git a/PKGBUILD b/PKGBUILD index 2c68696..37499c6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -24,7 +24,7 @@ source=('google-chrome-beta' 'eula_text.html') source_i686=("google-chrome-${_channel}_${pkgver}_i386.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_i386.deb") source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb") -md5sums=('aa5660e4808cd290ff7b50670a5ad380' +md5sums=('ca16d5162eed85b1ba4e6b9fc37f9e35' 'b7e752f549b215ac77f284b6486794b6') md5sums_i686=('2bbaa53750bd6174af9e9a3fc6ace238') md5sums_x86_64=('37f75ae7b618a6cf1f48d20e8e1ddde1') diff --git a/google-chrome-beta b/google-chrome-beta index 0b2a2bb..61650c5 100644 --- a/google-chrome-beta +++ b/google-chrome-beta @@ -6,4 +6,4 @@ if [[ -f ~/.config/chrome-beta-flags.conf ]]; then fi # Launch -exec /opt/google/chrome-beta/google-chrome-beta $CHROME_USER_FLAGS $@ \ No newline at end of file +exec /opt/google/chrome-beta/google-chrome-beta $CHROME_USER_FLAGS "$@" \ No newline at end of file