mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-08 11:00:09 +00:00
Fix opening files with spaces
This commit is contained in:
parent
866fe5bc9d
commit
0760a2bdb2
3 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,5 +1,5 @@
|
|||
pkgbase = google-chrome
|
||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Stable 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 (Stable Channel)
|
||||
pkgver = 45.0.2454.85
|
||||
pkgrel = 1
|
||||
url = https://www.google.com/chrome/index.html
|
||||
|
@ -34,7 +34,7 @@ pkgbase = google-chrome
|
|||
options = !strip
|
||||
source = google-chrome-stable
|
||||
source = eula_text.html
|
||||
md5sums = 9c9bd494c7cc5c98feff767be140a853
|
||||
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3
|
||||
md5sums = b7e752f549b215ac77f284b6486794b6
|
||||
source_i686 = google-chrome-stable_45.0.2454.85_i386.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
|
||||
md5sums_i686 = 2fc404c0fdd90c45acb5ed4d2cf38877
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -24,7 +24,7 @@ source=('google-chrome-stable'
|
|||
'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=('9c9bd494c7cc5c98feff767be140a853'
|
||||
md5sums=('99fa93d5e7fb5d622cef0f9621f3ffa3'
|
||||
'b7e752f549b215ac77f284b6486794b6')
|
||||
md5sums_i686=('2fc404c0fdd90c45acb5ed4d2cf38877')
|
||||
md5sums_x86_64=('25d88e62552920168e5390040cc062f5')
|
||||
|
|
|
@ -6,4 +6,4 @@ if [[ -f ~/.config/chrome-flags.conf ]]; then
|
|||
fi
|
||||
|
||||
# Launch
|
||||
exec /opt/google/chrome/google-chrome $CHROME_USER_FLAGS $@
|
||||
exec /opt/google/chrome/google-chrome $CHROME_USER_FLAGS "$@"
|
Loading…
Reference in a new issue