summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3d3d6bdec36..5d0e38e1479f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inox-edgy
pkgdesc = A web browser built for speed, simplicity, and security, always nightly!, its canary
pkgver = 65.0.3319.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.chromium.org/Home
install = inox-edgy.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5e94648ea145..2547fe54999f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=inox-edgy
pk=enox
name=chromium
pkgver=65.0.3319.0
-pkgrel=2
+pkgrel=3
_launcher_ver=5
pkgdesc="A web browser built for speed, simplicity, and security, always nightly!, its canary"
arch=('i686' 'x86_64')
@@ -251,12 +251,6 @@ 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