Add .sh extension for Cgit highlighting

This commit is contained in:
Det 2016-04-06 22:01:35 +03:00
parent a0fdfc9934
commit dfa5f6b0de
3 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,5 @@
# Generated by mksrcinfo v8
# Wed Apr 6 19:01:35 UTC 2016
pkgbase = google-chrome-dev
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Dev Channel)
pkgver = 51.0.2700.0
@ -32,7 +34,7 @@ pkgbase = google-chrome-dev
options = !strip
source = google-chrome-unstable_51.0.2700.0_amd64.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
source = https://www.google.com/chrome/browser/privacy/eula_text.html
source = google-chrome-unstable
source = google-chrome-unstable.sh
md5sums = a14507b1d959af03b71483103e52357e
md5sums = SKIP
md5sums = 11b55a3fec7279db32b63e3a0b97dc01

View file

@ -21,13 +21,13 @@ install=$pkgname.install
_channel=unstable
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-unstable')
'google-chrome-unstable.sh')
md5sums=('a14507b1d959af03b71483103e52357e'
'SKIP'
'11b55a3fec7279db32b63e3a0b97dc01')
## Previous build (also see: /var/cache/pacman/pkg/google-chrome-dev-*):
#source[0]='http://mirror.glendaleacademy.org/chrome/pool/main/g/google-chrome-unstable/google-chrome-unstable_51.0.2700.0-1_amd64.deb'
#source[0]='http://mirror.glendaleacademy.org/chrome/pool/main/g/google-chrome-unstable/google-chrome-unstable_51.0.2693.2-1_amd64.deb'
#md5sums[0]='7d40cdbd714b72b36d64b50b79683958'
package() {
@ -36,7 +36,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