Hey guys. I ran into an issue lately where I cant install packages through yaourt. Therefore I could not install google-chrome.
This is how I went about installing widevine so I can watch netflix on Chromium.
Step 1
Download the package by clicking on "Download Snapshot"
This is the link to tha package in AUR
##Step 2
In your terminal type:
cd Downloads
To enter your downloads folder.
Step 3
Type:
tar -xvf chromium-widevine.tar.gz
Step 4
Now you have to change directories into the new directory.
cd chromium-widevine
Step 4
Build your package and follow the prompts
makepkg -sri
Now netflix should work when your using chromium.
p.s shoutout to Mooiweer16 for helping me out in reddit.