Add underscore to chromium-widevine

This commit is contained in:
Jon Caldwell 2018-10-15 23:29:26 -07:00 committed by maxice8
parent ca06a29578
commit 11e8045a7b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"