summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIru Cai2017-04-25 10:47:57 +0800
committerIru Cai2017-04-25 10:47:57 +0800
commit18350ac88346f43076473d815847f79d3907c883 (patch)
tree9174f0345005e381d9fdc9bdd00aa862aaf05b8c /PKGBUILD
parent6f1b7fb358d6c6e0298ca5fb835cf346c5833ce0 (diff)
downloadaur-18350ac88346f43076473d815847f79d3907c883.tar.gz
fix sandbox/linux/BUILD.gn
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7c8725e829f..d5ee8439da43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,11 +46,13 @@ options=('!strip')
source=(https://downloads.iridiumbrowser.de/source/iridium-browser-${pkgver}.tar.xz
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
chromium.desktop
+ sandbox-linux-build.patch
chromium-system-ffmpeg-r4.patch
chromium-widevine.patch)
sha256sums=('ec59bf66b1d686c85172c7b9dade6bbda10600df25b17f86a1847d29d8bb9d62'
'8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
'028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
+ '2ab5114225c3dd686025090098baefc02edfb0fc0cca3dbd5a289881e6169f26'
'e3c474dbf3822a0be50695683bd8a2c9dfc82d41c1524a20b4581883c0c88986'
'd6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
@@ -71,6 +73,8 @@ prepare() {
sed "s/@WIDEVINE_VERSION@/Pinkie Pie/" ../chromium-widevine.patch |
patch -Np1
+ patch -Np1 -i ../sandbox-linux-build.patch
+
# Fixes from Gentoo
patch -Np1 -i ../chromium-system-ffmpeg-r4.patch