mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-11-09 19:40:05 +00:00
Upgpkg: 50.0.2657.0
This commit is contained in:
parent
062e8186bb
commit
32698c784a
2 changed files with 7 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = google-chrome-dev
|
pkgbase = google-chrome-dev
|
||||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Dev 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 (Dev Channel). NOTE: If the md5sums don't match, don't post the makepkg output. Simply flag the package.
|
||||||
pkgver = 50.0.2652.0
|
pkgver = 50.0.2657.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.google.com/chrome/index.html
|
url = https://www.google.com/chrome/index.html
|
||||||
install = google-chrome-dev.install
|
install = google-chrome-dev.install
|
||||||
|
@ -31,10 +31,10 @@ pkgbase = google-chrome-dev
|
||||||
provides = pepper-flash
|
provides = pepper-flash
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
options = !strip
|
options = !strip
|
||||||
source = google-chrome-unstable_50.0.2652.0_amd64.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
|
source = google-chrome-unstable_50.0.2657.0_amd64.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
|
||||||
source = google-chrome-unstable
|
source = google-chrome-unstable
|
||||||
source = eula_text.html
|
source = eula_text.html
|
||||||
md5sums = 62ac5ced12c02aa1d998ed397d976e1b
|
md5sums = a58034acc41d37047f384007004b5585
|
||||||
md5sums = 11b55a3fec7279db32b63e3a0b97dc01
|
md5sums = 11b55a3fec7279db32b63e3a0b97dc01
|
||||||
md5sums = b7e752f549b215ac77f284b6486794b6
|
md5sums = b7e752f549b215ac77f284b6486794b6
|
||||||
|
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -5,7 +5,7 @@
|
||||||
# or use: $ curl -s https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | awk -F\" '/pkgid/{ sub(".*-","",$4); print $4": "$10 }'
|
# or use: $ curl -s https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | awk -F\" '/pkgid/{ sub(".*-","",$4); print $4": "$10 }'
|
||||||
|
|
||||||
pkgname=google-chrome-dev
|
pkgname=google-chrome-dev
|
||||||
pkgver=50.0.2652.0
|
pkgver=50.0.2657.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -23,13 +23,13 @@ _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"
|
||||||
'google-chrome-unstable'
|
'google-chrome-unstable'
|
||||||
'eula_text.html')
|
'eula_text.html')
|
||||||
md5sums=('62ac5ced12c02aa1d998ed397d976e1b'
|
md5sums=('a58034acc41d37047f384007004b5585'
|
||||||
'11b55a3fec7279db32b63e3a0b97dc01'
|
'11b55a3fec7279db32b63e3a0b97dc01'
|
||||||
'b7e752f549b215ac77f284b6486794b6')
|
'b7e752f549b215ac77f284b6486794b6')
|
||||||
|
|
||||||
## 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_50.0.2645.4-1_amd64.deb')
|
#source[0]=('http://mirror.glendaleacademy.org/chrome/pool/main/g/google-chrome-unstable/google-chrome-unstable_50.0.2652.0-1_amd64.deb')
|
||||||
#md5sums[0]=('47e1b9595171284b22556eb0a2998fd8')
|
#md5sums[0]=('62ac5ced12c02aa1d998ed397d976e1b')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
msg2 "Extracting the data.tar.xz..."
|
msg2 "Extracting the data.tar.xz..."
|
||||||
|
|
Loading…
Reference in a new issue