chromium-widevine: fix absolute paths in INSTALL/REMOVE scripts

This commit is contained in:
maxice8 2018-08-26 16:21:31 -03:00
parent 2495bbba79
commit 6a408e898f
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ post)
cd $BUILD_DIR
ar x $PKGNAME.deb
tar xf data.tar.xz --wildcards './opt/google/chrome/libwidevine*'
mv opt/google/chrome/libwidevine* /usr/lib/chromium
mv opt/google/chrome/libwidevine* usr/lib/chromium
rm -r $BUILD_DIR
;;
esac

View file

@ -3,7 +3,7 @@ _chromeVersion="current"
_channel="stable"
pkgname=chromium-widevine
version=64.0.3282.167
version=68.0.3440.106
revision=1
short_desc="A browser plugin designed for the viewing of premium video content"
maintainer="Benjamin Hoffmeyer <hoffmeyer25@gmail.com>"
@ -14,7 +14,7 @@ depends="chromium binutils xz"
repository=nonfree
create_wrksrc=yes
distfiles="https://dl.google.com/linux/direct/google-chrome-${_channel}_${_chromeVersion}_amd64.deb"
checksum=6ba016ae5064dfba9a2de24274f2de3b104451ecbdc0f4dffe7494478e90b145
checksum=b2dd6af541bf4f44b65d487f7b208ee5ae922c78800d6d21786098c055156534
do_extract() {
: