mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-11-09 11:30:05 +00:00
Upgpkg: 63.0.3223.8
This commit is contained in:
parent
c13a03dd4b
commit
55742a7b49
2 changed files with 7 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = google-chrome-dev
|
||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Dev Channel)
|
||||
pkgver = 63.0.3218.0
|
||||
pkgver = 63.0.3223.8
|
||||
pkgrel = 1
|
||||
url = https://www.google.com/chrome
|
||||
install = google-chrome-dev.install
|
||||
|
@ -22,10 +22,10 @@ pkgbase = google-chrome-dev
|
|||
provides = google-chrome
|
||||
options = !emptydirs
|
||||
options = !strip
|
||||
source = google-chrome-unstable_63.0.3218.0_amd64.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
|
||||
source = google-chrome-unstable_63.0.3223.8_amd64.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
|
||||
source = eula_text.html
|
||||
source = google-chrome-unstable.sh
|
||||
md5sums = bd56152a8fa8f3d345f494a9792a7753
|
||||
md5sums = 05c53b2ea7f4f51db2e769c3211ffd92
|
||||
md5sums = d50d8f0a6940791eabc41c4f64e6a3cf
|
||||
md5sums = 11b55a3fec7279db32b63e3a0b97dc01
|
||||
|
||||
|
|
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 }'
|
||||
|
||||
pkgname=google-chrome-dev
|
||||
pkgver=63.0.3218.0
|
||||
pkgver=63.0.3223.8
|
||||
pkgrel=1
|
||||
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Dev Channel)"
|
||||
arch=('x86_64')
|
||||
|
@ -25,13 +25,13 @@ _channel=unstable
|
|||
source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb"
|
||||
'eula_text.html'
|
||||
"google-chrome-$_channel.sh")
|
||||
md5sums=('bd56152a8fa8f3d345f494a9792a7753'
|
||||
md5sums=('05c53b2ea7f4f51db2e769c3211ffd92'
|
||||
'd50d8f0a6940791eabc41c4f64e6a3cf'
|
||||
'11b55a3fec7279db32b63e3a0b97dc01')
|
||||
|
||||
## Previous build (also see: /var/cache/pacman/pkg/google-chrome-dev-*):
|
||||
#source[0]="https://dl.google.com/linux/deb/pool/main/g/google-chrome-${_channel}/google-chrome-${_channel}_62.0.3178.0-1_amd64.deb"
|
||||
#md5sums[0]='662c5bb91eb7e1267f5806456f3969b3'
|
||||
#source[0]="https://dl.google.com/linux/deb/pool/main/g/google-chrome-${_channel}/google-chrome-${_channel}_63.0.3218.0-1_amd64.deb"
|
||||
#md5sums[0]='bd56152a8fa8f3d345f494a9792a7753'
|
||||
|
||||
package() {
|
||||
msg2 "Extracting the data.tar.xz..."
|
||||
|
|
Loading…
Reference in a new issue