mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-11-13 21:32:44 +00:00
Upgpkg: 50.0.2638.0
This commit is contained in:
parent
db928acffd
commit
b18a255d20
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.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.2633.3
|
pkgver = 50.0.2638.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
|
||||||
|
@ -36,10 +36,10 @@ pkgbase = google-chrome-dev
|
||||||
source = eula_text.html
|
source = eula_text.html
|
||||||
md5sums = 11b55a3fec7279db32b63e3a0b97dc01
|
md5sums = 11b55a3fec7279db32b63e3a0b97dc01
|
||||||
md5sums = b7e752f549b215ac77f284b6486794b6
|
md5sums = b7e752f549b215ac77f284b6486794b6
|
||||||
source_i686 = google-chrome-unstable_50.0.2633.3_i386.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_i386.deb
|
source_i686 = google-chrome-unstable_50.0.2638.0_i386.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_i386.deb
|
||||||
md5sums_i686 = f93d5483fc58cc4a00bd354bd7367a7e
|
md5sums_i686 = f93d5483fc58cc4a00bd354bd7367a7e
|
||||||
source_x86_64 = google-chrome-unstable_50.0.2633.3_amd64.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
|
source_x86_64 = google-chrome-unstable_50.0.2638.0_amd64.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
|
||||||
md5sums_x86_64 = 05d0dc954f76e2623192ec5132ec62bc
|
md5sums_x86_64 = 169af721f2c05ff1da8aade7b36dd849
|
||||||
|
|
||||||
pkgname = google-chrome-dev
|
pkgname = google-chrome-dev
|
||||||
|
|
||||||
|
|
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.2633.3
|
pkgver=50.0.2638.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=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -27,11 +27,11 @@ source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google
|
||||||
md5sums=('11b55a3fec7279db32b63e3a0b97dc01'
|
md5sums=('11b55a3fec7279db32b63e3a0b97dc01'
|
||||||
'b7e752f549b215ac77f284b6486794b6')
|
'b7e752f549b215ac77f284b6486794b6')
|
||||||
md5sums_i686=('f93d5483fc58cc4a00bd354bd7367a7e')
|
md5sums_i686=('f93d5483fc58cc4a00bd354bd7367a7e')
|
||||||
md5sums_x86_64=('05d0dc954f76e2623192ec5132ec62bc')
|
md5sums_x86_64=('169af721f2c05ff1da8aade7b36dd849')
|
||||||
|
|
||||||
## Previous build (also see: /var/cache/pacman/pkg/google-chrome-dev-*):
|
## Previous build (also see: /var/cache/pacman/pkg/google-chrome-dev-*):
|
||||||
#source_x86_64=('http://mirror.glendaleacademy.org/chrome/pool/main/g/google-chrome-unstable/google-chrome-unstable_49.0.2623.23-1_amd64.deb')
|
#source_x86_64=('http://mirror.glendaleacademy.org/chrome/pool/main/g/google-chrome-unstable/google-chrome-unstable_50.0.2633.3-1_amd64.deb')
|
||||||
#md5sums_x86_64=('a61a524bd84ee7d8c8fa326126d044b8')
|
#md5sums_x86_64=('05d0dc954f76e2623192ec5132ec62bc')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
msg2 "Extracting the data.tar.xz..."
|
msg2 "Extracting the data.tar.xz..."
|
||||||
|
|
Loading…
Reference in a new issue