summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2019-04-11 23:07:38 -0500
committerDoug Newgard2019-04-11 23:07:38 -0500
commit0af467f4f1d0d87c1c157d167614ff91da00cefa (patch)
treec381acea3ad472dff2c12b9d1715a57d8e951867
parentad6bcea0984643de13433dec946417947f421c0c (diff)
downloadaur-0af467f4f1d0d87c1c157d167614ff91da00cefa.tar.gz
Add forgotten provides/conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 749100419ba1..8bb310193e85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,8 @@ pkgbase = chromium-widevine
depends = glibc
depends = nspr
depends = nss
+ provides = chromium-widevine-dev=4.10.1303.2
+ conflicts = chromium-widevine-dev
options = !strip
source = chrome-eula_text-20190307.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_73.0.3683.103-1_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 6611642a9089..d82916db7315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,8 @@ arch=('x86_64')
url='https://www.widevine.com/'
license=('custom')
depends=('gcc-libs' 'glib2' 'glibc' 'nspr' 'nss')
+provides=("chromium-widevine-dev=$pkgver")
+conflicts=('chromium-widevine-dev')
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"