summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2015-07-22 09:16:25 -0500
committerDoug Newgard2015-07-22 09:16:25 -0500
commit1e703edb24b7949a5923446378a4da339a466994 (patch)
tree3768c1e7975d5ea7bc04ddb00b3a2648291b95a6 /PKGBUILD
parenta60aec816ac35d564229d7d39a0a7bf50bea1453 (diff)
downloadaur-1e703edb24b7949a5923446378a4da339a466994.tar.gz
Add versioned dep and bump pkgrel for chrome major update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dafbb4d9cd29..4fcdfb5c28a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=chromium-widevine
pkgdesc='A browser plugin designed for the viewing of premium video content'
pkgver=1.4.8.823
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://www.google.com/chrome'
license=('custom:chrome')
options=('!strip')
_chromever=$(curl -s https://omahaproxy.appspot.com/linux)
+depends=("chromium>=${_chromever%%.*}")
source=('chrome-eula_text.html::https://www.google.com/chrome/intl/en/eula_text.html')
source_i686=("google-chrome-stable_${_chromever}_i386.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb")
source_x86_64=("google-chrome-stable_${_chromever}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb")