Add underscore to chromium-widevine
This commit is contained in:
parent
ca06a29578
commit
11e8045a7b
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ post)
|
|||
ar x $PKGNAME.deb
|
||||
tar xf data.tar.xz --wildcards './opt/google/chrome/libwidevine*'
|
||||
cd -
|
||||
mv $BUILDDIR/opt/google/chrome/libwidevine* usr/lib/chromium
|
||||
mv $BUILD_DIR/opt/google/chrome/libwidevine* usr/lib/chromium
|
||||
rm -r $BUILD_DIR
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -4,7 +4,7 @@ _channel="stable"
|
|||
|
||||
pkgname=chromium-widevine
|
||||
version=69.0.3497.100
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="A browser plugin designed for the viewing of premium video content"
|
||||
maintainer="Benjamin Hoffmeyer <hoffmeyer25@gmail.com>"
|
||||
homepage="https://www.google.com/chrome"
|
||||
|
|
Loading…
Add table
Reference in a new issue