mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-11-08 11:00:09 +00:00
Add .sh extension for Cgit highlighting
This commit is contained in:
parent
a0fdfc9934
commit
dfa5f6b0de
3 changed files with 6 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,3 +1,5 @@
|
||||||
|
# Generated by mksrcinfo v8
|
||||||
|
# Wed Apr 6 19:01:35 UTC 2016
|
||||||
pkgbase = google-chrome-dev
|
pkgbase = google-chrome-dev
|
||||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Dev Channel)
|
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Dev Channel)
|
||||||
pkgver = 51.0.2700.0
|
pkgver = 51.0.2700.0
|
||||||
|
@ -32,7 +34,7 @@ pkgbase = google-chrome-dev
|
||||||
options = !strip
|
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 = 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 = https://www.google.com/chrome/browser/privacy/eula_text.html
|
||||||
source = google-chrome-unstable
|
source = google-chrome-unstable.sh
|
||||||
md5sums = a14507b1d959af03b71483103e52357e
|
md5sums = a14507b1d959af03b71483103e52357e
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
md5sums = 11b55a3fec7279db32b63e3a0b97dc01
|
md5sums = 11b55a3fec7279db32b63e3a0b97dc01
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -21,13 +21,13 @@ install=$pkgname.install
|
||||||
_channel=unstable
|
_channel=unstable
|
||||||
source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb"
|
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"
|
"$url/browser/privacy/eula_text.html"
|
||||||
'google-chrome-unstable')
|
'google-chrome-unstable.sh')
|
||||||
md5sums=('a14507b1d959af03b71483103e52357e'
|
md5sums=('a14507b1d959af03b71483103e52357e'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'11b55a3fec7279db32b63e3a0b97dc01')
|
'11b55a3fec7279db32b63e3a0b97dc01')
|
||||||
|
|
||||||
## Previous build (also see: /var/cache/pacman/pkg/google-chrome-dev-*):
|
## 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'
|
#md5sums[0]='7d40cdbd714b72b36d64b50b79683958'
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
@ -36,7 +36,7 @@ package() {
|
||||||
|
|
||||||
msg2 "Moving stuff in place..."
|
msg2 "Moving stuff in place..."
|
||||||
# Launcher
|
# Launcher
|
||||||
install -m755 google-chrome-$_channel "$pkgdir"/usr/bin/
|
install -m755 google-chrome-$_channel.sh "$pkgdir"/usr/bin/google-chrome-$_channel
|
||||||
|
|
||||||
# Icons
|
# Icons
|
||||||
for i in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do
|
for i in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do
|
||||||
|
|
Loading…
Reference in a new issue