Add .sh extension for Cgit highlighting

This commit is contained in:
Det 2016-04-06 22:01:33 +03:00
parent 7f57197b31
commit aa0ef8c761
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
# Generated by mksrcinfo v8
# Wed Apr 6 19:01:33 UTC 2016
pkgbase = google-chrome
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Stable Channel)
pkgver = 49.0.2623.110
@ -32,7 +34,7 @@ pkgbase = google-chrome
options = !strip
source = google-chrome-stable_49.0.2623.110_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
source = https://www.google.com/chrome/browser/privacy/eula_text.html
source = google-chrome-stable
source = google-chrome-stable.sh
md5sums = e56d5a0fe4c039abc3df1434a228b460
md5sums = SKIP
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3

View File

@ -21,7 +21,7 @@ install=$pkgname.install
_channel=stable
source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb"
"$url/browser/privacy/eula_text.html"
'google-chrome-stable')
'google-chrome-stable.sh')
md5sums=('e56d5a0fe4c039abc3df1434a228b460'
'SKIP'
'99fa93d5e7fb5d622cef0f9621f3ffa3')
@ -32,7 +32,7 @@ package() {
msg2 "Moving stuff in place..."
# Launcher
install -m755 google-chrome-$_channel "$pkgdir"/usr/bin/
install -m755 google-chrome-$_channel.sh "$pkgdir"/usr/bin/google-chrome-$_channel
# Icons
for i in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do