summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb86711db672..e5442a279e1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inox-beta
pkgdesc = A web browser built for speed, simplicity, and security
pkgver = 64.0.3282.119
- pkgrel = 5
+ pkgrel = 7
url = https://www.chromium.org/Home
install = inox-beta.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8a5d2542b389..0aec2187cd0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=inox-beta
pk=bnox
name=chromium
pkgver=64.0.3282.119
-pkgrel=5
+pkgrel=7
_launcher_ver=5
pkgdesc="A web browser built for speed, simplicity, and security"
arch=('i686' 'x86_64')
@@ -251,11 +251,7 @@ prepare() {
fi
echo "LASTCHANGE=$_chrome_build_hash-" >build/util/LASTCHANGE
- # Enable support for the Widevine CDM plugin
- # libwidevinecdm.so is not included, but can be copied over from Chrome
- # (Version string doesn't seem to matter so let's go with "Pinkie Pie")
- sed "s/@WIDEVINE_VERSION@/Pinkie Pie/" ../chromium-widevine.patch |
- patch -Np1
+
patch -Np1 -i ../001.patch
patch -Np1 -i ../002.patch