mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-08 19:10:04 +00:00
Upgpkg: 46.0.2490.71
This commit is contained in:
parent
7ba582956d
commit
5a222df186
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = google-chrome
|
pkgbase = google-chrome
|
||||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Stable 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 (Stable Channel). NOTE: If the md5sums don't match, don't post the makepkg output. Simply flag the package.
|
||||||
pkgver = 45.0.2454.101
|
pkgver = 46.0.2490.71
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.google.com/chrome/index.html
|
url = https://www.google.com/chrome/index.html
|
||||||
install = google-chrome.install
|
install = google-chrome.install
|
||||||
|
@ -36,10 +36,10 @@ pkgbase = google-chrome
|
||||||
source = eula_text.html
|
source = eula_text.html
|
||||||
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3
|
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3
|
||||||
md5sums = b7e752f549b215ac77f284b6486794b6
|
md5sums = b7e752f549b215ac77f284b6486794b6
|
||||||
source_i686 = google-chrome-stable_45.0.2454.101_i386.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
|
source_i686 = google-chrome-stable_46.0.2490.71_i386.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
|
||||||
md5sums_i686 = 7eba15498c9d23ddd7e2d8e8b6513490
|
md5sums_i686 = 56e0fa8bd1554898e1ee2fc574170f4f
|
||||||
source_x86_64 = google-chrome-stable_45.0.2454.101_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
source_x86_64 = google-chrome-stable_46.0.2490.71_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
md5sums_x86_64 = df54ff74c9c9228a5d0bb441f7465e14
|
md5sums_x86_64 = a793fb54d3f0e2f4fed153fbc18d010b
|
||||||
|
|
||||||
pkgname = google-chrome
|
pkgname = google-chrome
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
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
|
pkgname=google-chrome
|
||||||
pkgver=45.0.2454.101
|
pkgver=46.0.2490.71
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Stable Channel)"
|
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Stable Channel)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -26,8 +26,8 @@ source_i686=("google-chrome-${_channel}_${pkgver}_i386.deb::https://dl.google.co
|
||||||
source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb")
|
source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb")
|
||||||
md5sums=('99fa93d5e7fb5d622cef0f9621f3ffa3'
|
md5sums=('99fa93d5e7fb5d622cef0f9621f3ffa3'
|
||||||
'b7e752f549b215ac77f284b6486794b6')
|
'b7e752f549b215ac77f284b6486794b6')
|
||||||
md5sums_i686=('7eba15498c9d23ddd7e2d8e8b6513490')
|
md5sums_i686=('56e0fa8bd1554898e1ee2fc574170f4f')
|
||||||
md5sums_x86_64=('df54ff74c9c9228a5d0bb441f7465e14')
|
md5sums_x86_64=('a793fb54d3f0e2f4fed153fbc18d010b')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
msg2 "Extracting the data.tar.lzma..."
|
msg2 "Extracting the data.tar.lzma..."
|
||||||
|
|
Loading…
Reference in a new issue