summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2018-11-01 16:33:00 -0500
committerDoug Newgard2018-11-01 16:33:00 -0500
commit1cb21891d00e43dfa1a499aeb8d29aa76ec82c37 (patch)
tree6919eb6ce3373d5e3f130f3a660049234880e866
parentc237a066db13b10afe49471cb9a3718d0d33b194 (diff)
downloadaur-1cb21891d00e43dfa1a499aeb8d29aa76ec82c37.tar.gz
License update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97cbed4597d2..09842ba2344b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = chromium-widevine
pkgdesc = A browser plugin designed for the viewing of premium video content
pkgver = 4.10.1196.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://www.widevine.com/
arch = x86_64
license = custom
options = !strip
- source = chrome-eula_text-20181004.html::https://www.google.com/intl/en/chrome/privacy/eula_text.html
+ source = chrome-eula_text-20181101.html::https://www.google.com/intl/en/chrome/privacy/eula_text.html
source = https://dl.google.com/linux/deb/pool/main/g/google-chrome-stable/google-chrome-stable_70.0.3538.77-1_amd64.deb
- sha256sums = 7e0841b96991116042f3f8fb53f7645040d0cbbcbcaa9e39e6949e17baa475ab
+ sha256sums = 22e323091aab9730fc9431376e63d95fe03e3df08a1ab7d913b67bd16a6c159b
sha256sums = d7f8866b202deb82cbeffa2d66b26ad8f59dafed24aa0422e166541e5a724c20
pkgname = chromium-widevine
diff --git a/PKGBUILD b/PKGBUILD
index b303fb6669a0..6f169d47eeaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgdesc='A browser plugin designed for the viewing of premium video content'
pkgver=4.10.1196.0
_chrome_ver=70.0.3538.77
_license_date=$(curl -sI https://www.google.com/intl/en/chrome/privacy/eula_text.html | sed -n '/^last-modified/ s/.*: //p' | date +"%Y%m%d" -f -)
-_license_last=20181004
-pkgrel=1
+_license_last=20181101
+pkgrel=2
epoch=1
arch=('x86_64')
url='https://www.widevine.com/'
@@ -14,7 +14,7 @@ license=('custom')
options=('!strip')
source=("chrome-eula_text-$_license_date.html::https://www.google.com/intl/en/chrome/privacy/eula_text.html"
"https://dl.google.com/linux/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${_chrome_ver}-1_amd64.deb")
-sha256sums=('7e0841b96991116042f3f8fb53f7645040d0cbbcbcaa9e39e6949e17baa475ab'
+sha256sums=('22e323091aab9730fc9431376e63d95fe03e3df08a1ab7d913b67bd16a6c159b'
'd7f8866b202deb82cbeffa2d66b26ad8f59dafed24aa0422e166541e5a724c20')
prepare() {