mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-08 19:10:04 +00:00
Upgpkg: 64.0.3282.119
This commit is contained in:
parent
273c567462
commit
62832db010
2 changed files with 5 additions and 10 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = google-chrome
|
pkgbase = google-chrome
|
||||||
pkgdesc = The popular and trusted web browser by Google (Stable Channel)
|
pkgdesc = The popular and trusted web browser by Google (Stable Channel)
|
||||||
pkgver = 63.0.3239.132
|
pkgver = 64.0.3282.119
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.google.com/chrome
|
url = https://www.google.com/chrome
|
||||||
install = google-chrome.install
|
install = google-chrome.install
|
||||||
|
@ -22,10 +22,10 @@ pkgbase = google-chrome
|
||||||
optdepends = xdg-utils
|
optdepends = xdg-utils
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
options = !strip
|
options = !strip
|
||||||
source = google-chrome-stable_63.0.3239.132_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
source = google-chrome-stable_64.0.3282.119_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
source = eula_text.html
|
source = eula_text.html
|
||||||
source = google-chrome-stable.sh
|
source = google-chrome-stable.sh
|
||||||
md5sums = 686da57aa7aebeb304e85a7c3699c13d
|
md5sums = 9c7227daaa03e9b3dacbff1bc8e5ec90
|
||||||
md5sums = d50d8f0a6940791eabc41c4f64e6a3cf
|
md5sums = d50d8f0a6940791eabc41c4f64e6a3cf
|
||||||
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3
|
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3
|
||||||
|
|
||||||
|
|
9
PKGBUILD
9
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=63.0.3239.132
|
pkgver=64.0.3282.119
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The popular and trusted web browser by Google (Stable Channel)"
|
pkgdesc="The popular and trusted web browser by Google (Stable Channel)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -25,7 +25,7 @@ _channel=stable
|
||||||
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"
|
||||||
'eula_text.html'
|
'eula_text.html'
|
||||||
"google-chrome-$_channel.sh")
|
"google-chrome-$_channel.sh")
|
||||||
md5sums=('686da57aa7aebeb304e85a7c3699c13d'
|
md5sums=('9c7227daaa03e9b3dacbff1bc8e5ec90'
|
||||||
'd50d8f0a6940791eabc41c4f64e6a3cf'
|
'd50d8f0a6940791eabc41c4f64e6a3cf'
|
||||||
'99fa93d5e7fb5d622cef0f9621f3ffa3')
|
'99fa93d5e7fb5d622cef0f9621f3ffa3')
|
||||||
|
|
||||||
|
@ -47,11 +47,6 @@ package() {
|
||||||
"$pkgdir"/usr/share/icons/hicolor/$i/apps/google-chrome.png
|
"$pkgdir"/usr/share/icons/hicolor/$i/apps/google-chrome.png
|
||||||
done
|
done
|
||||||
|
|
||||||
# Man page
|
|
||||||
if [[ -f "$pkgdir"/usr/share/man/man1/google-chrome.1 ]]; then
|
|
||||||
gzip "$pkgdir"/usr/share/man/man1/google-chrome.1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# License
|
# License
|
||||||
install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome/eula_text.html
|
install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome/eula_text.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue