google-chrome-bin: rename to google-chrome
It's a proprietary package, there is no need to add the -bin suffix.
This commit is contained in:
parent
a77f24baca
commit
61a3777669
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'google-chrome'
|
||||
_chromeVersion=51.0.2704.63
|
||||
_chromeVersion=51.0.2704.84
|
||||
_chromeRevision=1
|
||||
_channel=stable
|
||||
|
||||
pkgname=google-chrome-bin
|
||||
pkgname=google-chrome
|
||||
version=${_chromeVersion}.${_chromeRevision}
|
||||
revision=1
|
||||
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||
|
@ -20,15 +20,13 @@ _filename="google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_amd64.
|
|||
_chromeUrl="${_baseUrl}/${_filename}"
|
||||
|
||||
distfiles="${_chromeUrl}"
|
||||
checksum=1cffc224a943cf8d5dc8d0252f96ec70997cd4c986fcfea70a1b4d255cef56ce
|
||||
checksum=7ed0c94309a09305dd649b3c3aa3a38cf8c45e7e419e665ad80f04dc0701f093
|
||||
|
||||
|
||||
do_extract() {
|
||||
mkdir -p ${DESTDIR}
|
||||
ar x ${XBPS_SRCDISTDIR}/google-chrome-bin-${version}/${_filename}
|
||||
ar x ${XBPS_SRCDISTDIR}/google-chrome-${version}/${_filename}
|
||||
}
|
||||
|
||||
|
||||
do_install() {
|
||||
tar xf data.tar.xz -C ${DESTDIR}
|
||||
}
|
Loading…
Add table
Reference in a new issue