parent
ccf8477df5
commit
654c9bb2ea
|
@ -1,24 +1,28 @@
|
|||
# Template file for 'chromium-widevine'
|
||||
#
|
||||
# Keep in sync with 'chromium'!
|
||||
#
|
||||
_chromeVersion="current"
|
||||
_channel="stable"
|
||||
|
||||
pkgname=chromium-widevine
|
||||
version=72.0.3626.109
|
||||
version=72.0.3626.119
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
create_wrksrc=yes
|
||||
short_desc="Browser plugin designed for the viewing of premium video content"
|
||||
maintainer="Benjamin Hoffmeyer <hoffmeyer25@gmail.com>"
|
||||
homepage="https://www.google.com/chrome"
|
||||
license="chrome"
|
||||
only_for_archs="x86_64"
|
||||
depends="chromium binutils xz"
|
||||
homepage="https://www.google.com/chrome"
|
||||
repository=nonfree
|
||||
create_wrksrc=yes
|
||||
distfiles="https://dl.google.com/linux/direct/google-chrome-${_channel}_${_chromeVersion}_amd64.deb"
|
||||
checksum=c8bf514f3c70868120924ee2d4872a0e47dcff315bdf799ba2f98dd7aa85fe2b
|
||||
checksum=4513f80f2e858b85d321cd10f7a7cddb3a3aa9f6ac4e903dc0d52493337e3a13
|
||||
|
||||
do_extract() {
|
||||
:
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vlicense ${FILESDIR}/LICENSE
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@ pkgname=chromium
|
|||
# See http://www.chromium.org/developers/calendar for the latest version
|
||||
version=72.0.3626.119
|
||||
revision=1
|
||||
archs="i686 x86_64 x86_64-musl"
|
||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
|
@ -10,7 +11,6 @@ homepage="https://www.chromium.org/"
|
|||
distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz"
|
||||
checksum=b3953ce18044117d98f0b1b9922aeb93030a7b49b85b140060c6fe3e467a917a
|
||||
|
||||
archs="i686 x86_64 x86_64-musl"
|
||||
lib32disabled=yes
|
||||
nodebug=yes
|
||||
nopie=yes # contains tools that are not PIE, enables PIE itself
|
||||
|
|
Loading…
Reference in New Issue