summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8d9388b3f6a..ca9919c48666 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = qt5-webengine-widevine
pkgdesc = A browser plugin designed for the viewing of premium video content (E.g. Spotify)
- pkgver = 88.0.4324.150
+ pkgver = 90.0.4430.93
pkgrel = 1
url = https://www.widevine.com/
arch = x86_64
license = custom
depends = qt5-webengine
options = !strip
- source = https://dl.google.com/linux/deb/pool/main/g/google-chrome-stable/google-chrome-stable_88.0.4324.150-1_amd64.deb
- sha256sums = 404f13af1288a824898674e83c42bcdffba098178ff96d266525cd7e2fdcd077
+ source = https://dl.google.com/linux/deb/pool/main/g/google-chrome-stable/google-chrome-stable_90.0.4430.93-1_amd64.deb
+ sha256sums = 86bedf3e385dcc819fa7863b28445c403090fb20b45a8b0f063199ed72662eee
pkgname = qt5-webengine-widevine
diff --git a/PKGBUILD b/PKGBUILD
index 6dff685f93ad..532d1d0bd3aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qt5-webengine-widevine
pkgdesc='A browser plugin designed for the viewing of premium video content (E.g. Spotify)'
-pkgver=88.0.4324.150
+pkgver=90.0.4430.93
pkgrel=1
arch=('x86_64')
url='https://www.widevine.com/'
@@ -10,7 +10,7 @@ license=('custom')
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")
-sha256sums=('404f13af1288a824898674e83c42bcdffba098178ff96d266525cd7e2fdcd077')
+sha256sums=('86bedf3e385dcc819fa7863b28445c403090fb20b45a8b0f063199ed72662eee')
prepare() {
bsdtar -x --strip-components 7 -f data.tar.xz opt/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so
@@ -18,6 +18,6 @@ prepare() {
}
package() {
- install -Dm644 libwidevinecdm.so -t "$pkgdir/usr/lib/qt/plugins/ppapi/"
- install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+ install -Dm644 libwidevinecdm.so -t "$pkgdir/usr/lib/qt/plugins/ppapi/"
+ install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
}