summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c06f7848a8c..512a79118879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Jesse McClure aka "Trilby" <code at jessemcclure dot org>
+# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=qt5-webengine-widevine
-pkgdesc='A browser plugin designed for the viewing of premium video content'
-pkgver=73.0.3683.86
+pkgdesc='A browser plugin designed for the viewing of premium video content (E.g. Spotify)'
+pkgver=84.0.4147.105
pkgrel=1
epoch=1
arch=('x86_64')
@@ -12,11 +12,11 @@ depends=('qt5-webengine')
options=('!strip')
source=("https://dl.google.com/linux/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${pkgver}-1_amd64.deb"
"https://www.google.com/intl/en/chrome/privacy/eula_text.html")
-sha256sums=('6bca2828da09563634bce48cfb899f3fb1d069285a297ca5916d3bb63b25b5d6'
- 'SKIP')
+sha256sums=('dc7fa2ca2dccf482524dc2a343662859a22ad1fb33767447d7de6fcf6cc1dd7e'
+ '77922bd8bc402132b3dbefece3644dc790f0cdb02e6fad285bd60439969e4caf')
prepare() {
- bsdtar -x --strip-components 4 -f data.tar.xz opt/google/chrome/libwidevinecdm.so
+ bsdtar -x --strip-components 7 -f data.tar.xz opt/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so
}
package() {