mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-09 11:30:04 +00:00
Upgpkg: 43.0.2357.134
This commit is contained in:
parent
8b641d1261
commit
69f488a9e9
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = google-chrome
|
||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Stable Channel)
|
||||
pkgver = 43.0.2357.132
|
||||
pkgver = 43.0.2357.134
|
||||
pkgrel = 1
|
||||
url = https://www.google.com/chrome/index.html
|
||||
install = google-chrome.install
|
||||
|
@ -34,10 +34,10 @@ pkgbase = google-chrome
|
|||
options = !strip
|
||||
source = eula_text.html
|
||||
md5sums = b7e752f549b215ac77f284b6486794b6
|
||||
source_i686 = google-chrome-stable_43.0.2357.132_i386.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
|
||||
md5sums_i686 = 1bedd1e0bb1c45ebf59b84ad78aba6ba
|
||||
source_x86_64 = google-chrome-stable_43.0.2357.132_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
md5sums_x86_64 = 5df6eb2e82c2323040b583e7021f2cc8
|
||||
source_i686 = google-chrome-stable_43.0.2357.134_i386.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
|
||||
md5sums_i686 = 9a806fa944c59ce398b13c8c79bca123
|
||||
source_x86_64 = google-chrome-stable_43.0.2357.134_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
md5sums_x86_64 = b26558f6be7834d36a58e70348082203
|
||||
|
||||
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 }'
|
||||
|
||||
pkgname=google-chrome
|
||||
pkgver=43.0.2357.132
|
||||
pkgver=43.0.2357.134
|
||||
pkgrel=1
|
||||
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Stable Channel)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -24,8 +24,8 @@ source=('eula_text.html')
|
|||
source_i686=("google-chrome-${_channel}_${pkgver}_i386.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_i386.deb")
|
||||
source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb")
|
||||
md5sums=('b7e752f549b215ac77f284b6486794b6')
|
||||
md5sums_i686=('1bedd1e0bb1c45ebf59b84ad78aba6ba')
|
||||
md5sums_x86_64=('5df6eb2e82c2323040b583e7021f2cc8')
|
||||
md5sums_i686=('9a806fa944c59ce398b13c8c79bca123')
|
||||
md5sums_x86_64=('b26558f6be7834d36a58e70348082203')
|
||||
|
||||
package() {
|
||||
msg2 "Extracting the data.tar.lzma..."
|
||||
|
|
Loading…
Reference in a new issue