chromium-widevine: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
2495bbba79
commit
6a408e898f
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ post)
|
||||||
cd $BUILD_DIR
|
cd $BUILD_DIR
|
||||||
ar x $PKGNAME.deb
|
ar x $PKGNAME.deb
|
||||||
tar xf data.tar.xz --wildcards './opt/google/chrome/libwidevine*'
|
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
|
rm -r $BUILD_DIR
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -3,7 +3,7 @@ _chromeVersion="current"
|
||||||
_channel="stable"
|
_channel="stable"
|
||||||
|
|
||||||
pkgname=chromium-widevine
|
pkgname=chromium-widevine
|
||||||
version=64.0.3282.167
|
version=68.0.3440.106
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="A browser plugin designed for the viewing of premium video content"
|
short_desc="A browser plugin designed for the viewing of premium video content"
|
||||||
maintainer="Benjamin Hoffmeyer <hoffmeyer25@gmail.com>"
|
maintainer="Benjamin Hoffmeyer <hoffmeyer25@gmail.com>"
|
||||||
|
@ -14,7 +14,7 @@ depends="chromium binutils xz"
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
distfiles="https://dl.google.com/linux/direct/google-chrome-${_channel}_${_chromeVersion}_amd64.deb"
|
distfiles="https://dl.google.com/linux/direct/google-chrome-${_channel}_${_chromeVersion}_amd64.deb"
|
||||||
checksum=6ba016ae5064dfba9a2de24274f2de3b104451ecbdc0f4dffe7494478e90b145
|
checksum=b2dd6af541bf4f44b65d487f7b208ee5ae922c78800d6d21786098c055156534
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
:
|
:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue