summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2015-09-04 21:57:18 +0300
committerDet2015-09-04 21:57:18 +0300
commit0760a2bdb2ec9b007e96e501734c425a92656df9 (patch)
tree98e119febd198ec9823521ce2e1ccd1e7448885d
parent866fe5bc9d0b0f8e9e03d479f724953a6201f10f (diff)
downloadaur-0760a2bdb2ec9b007e96e501734c425a92656df9.tar.gz
Fix opening files with spaces
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--google-chrome-stable2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c56d7dd39c46..468c93e69f3c 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index f8c6c3a7f6c9..a8ed29772d10 100644
--- a/PKGBUILD
+++ b/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')
diff --git a/google-chrome-stable b/google-chrome-stable
index b3b1e7729d0e..e55c82246cbc 100644
--- a/google-chrome-stable
+++ b/google-chrome-stable
@@ -6,4 +6,4 @@ if [[ -f ~/.config/chrome-flags.conf ]]; then
fi
# Launch
-exec /opt/google/chrome/google-chrome $CHROME_USER_FLAGS $@ \ No newline at end of file
+exec /opt/google/chrome/google-chrome $CHROME_USER_FLAGS "$@" \ No newline at end of file