mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-09 11:30:04 +00:00
More fixes
This commit is contained in:
parent
c75a4c3a28
commit
2603d7e781
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,5 +1,5 @@
|
||||||
pkgbase = google-chrome
|
pkgbase = google-chrome
|
||||||
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). NOTE: If the md5sums don't match, don't post the makepkg output. Simply flag the package.
|
||||||
pkgver = 49.0.2623.75
|
pkgver = 49.0.2623.75
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.google.com/chrome/index.html
|
url = https://www.google.com/chrome/index.html
|
||||||
|
@ -34,8 +34,8 @@ pkgbase = google-chrome
|
||||||
source = google-chrome-stable_49.0.2623.75_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
source = google-chrome-stable_49.0.2623.75_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
source = google-chrome-stable
|
source = google-chrome-stable
|
||||||
source = eula_text.html
|
source = eula_text.html
|
||||||
md5sums = 4fc58c6da74c6fed6889b0e4c2eca35f
|
|
||||||
md5sums = 149e09d5f8c64ca4eea0da757e142529
|
md5sums = 149e09d5f8c64ca4eea0da757e142529
|
||||||
|
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3
|
||||||
md5sums = b7e752f549b215ac77f284b6486794b6
|
md5sums = b7e752f549b215ac77f284b6486794b6
|
||||||
|
|
||||||
pkgname = google-chrome
|
pkgname = google-chrome
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -23,12 +23,12 @@ _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"
|
||||||
'google-chrome-stable'
|
'google-chrome-stable'
|
||||||
'eula_text.html')
|
'eula_text.html')
|
||||||
md5sums=('4fc58c6da74c6fed6889b0e4c2eca35f'
|
md5sums=('149e09d5f8c64ca4eea0da757e142529'
|
||||||
'149e09d5f8c64ca4eea0da757e142529'
|
'99fa93d5e7fb5d622cef0f9621f3ffa3'
|
||||||
'b7e752f549b215ac77f284b6486794b6')
|
'b7e752f549b215ac77f284b6486794b6')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
msg2 "Extracting the data.tar.lzma..."
|
msg2 "Extracting the data.tar.xz..."
|
||||||
bsdtar -xf data.tar.xz -C "$pkgdir/"
|
bsdtar -xf data.tar.xz -C "$pkgdir/"
|
||||||
|
|
||||||
msg2 "Moving stuff in place..."
|
msg2 "Moving stuff in place..."
|
||||||
|
|
Loading…
Reference in a new issue