summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2015-08-26 20:19:48 +0300
committerDet2015-08-26 20:19:48 +0300
commit8e7ae80ed008594570bce7ec053bc7aaeb678e59 (patch)
tree2e7fb76c270519bce528bfc3006e58cd984f247e
parent337399ce8a025f60e6d531b754ff519883842428 (diff)
downloadaur-8e7ae80ed008594570bce7ec053bc7aaeb678e59.tar.gz
Comment in launcher
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
-rw-r--r--chromium-snapshot-bin3
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1ad924ce61f..aaa1bb7c6efc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -40,12 +40,12 @@ pkgbase = chromium-snapshot-bin
source = chromium-snapshot-bin
source = chromium-snapshot-bin.desktop
source = LICENSE
- md5sums = 65607114be4390c9ecc90fc133157d3c
+ md5sums = d0d1e6e0a3c3251a46af0d767880d3e5
md5sums = 793b3dca6ae19d15a830e7de7e1f6fd3
md5sums = 537e0b52077bf0a616d0a0c8a79bc9d5
- source_i686 = chrome-linux-r338285.zip::http://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux/338285/chrome-linux.zip
+ source_i686 = chrome-linux-r345611.zip::http://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux/345611/chrome-linux.zip
md5sums_i686 = SKIP
- source_x86_64 = chrome-linux-r338285.zip::http://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/338285/chrome-linux.zip
+ source_x86_64 = chrome-linux-r345611.zip::http://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/345611/chrome-linux.zip
md5sums_x86_64 = SKIP
pkgname = chromium-snapshot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5230925e8018..84d417487912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ install=$pkgname.install
source=('chromium-snapshot-bin'
'chromium-snapshot-bin.desktop'
'LICENSE')
-md5sums=('65607114be4390c9ecc90fc133157d3c'
+md5sums=('d0d1e6e0a3c3251a46af0d767880d3e5'
'793b3dca6ae19d15a830e7de7e1f6fd3'
'537e0b52077bf0a616d0a0c8a79bc9d5')
diff --git a/chromium-snapshot-bin b/chromium-snapshot-bin
index 2613c011a3bb..5f79eb55c857 100644
--- a/chromium-snapshot-bin
+++ b/chromium-snapshot-bin
@@ -15,8 +15,9 @@ for i in '/opt/google/chrome-unstable' '/usr/lib'; do
fi
done
+# Let the wrapped binary know that it has been run through the wrapper.
export CHROME_WRAPPER="$(readlink -f $0)"
-export CHROME_DESKTOP="chromium-snapshot-bin.desktop"
+export CHROME_DESKTOP="$0.desktop"
# Launch
exec /opt/chromium-snapshot/chrome $CHROMIUM_USER_FLAGS $@ \ No newline at end of file