mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 14:10:01 +00:00
Fix opening files with spaces
This commit is contained in:
parent
b615d90492
commit
88409d2f9f
3 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.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
|
||||
|
|
2
PKGBUILD
2
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')
|
||||
|
|
|
@ -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 $@
|
||||
exec /opt/google/chrome-beta/google-chrome-beta $CHROME_USER_FLAGS "$@"
|
Loading…
Reference in a new issue