summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2019-06-27 15:45:14 -0500
committeryoungunix2019-06-27 15:45:14 -0500
commit59516d6761df42c2be3879d2721f2cbaec2955a9 (patch)
treeb80383c3b8f17987886232c0de6387419205896c
parent5ed3ef1d0b41ecd8b8bcd7a36c367bb6d98d226b (diff)
downloadaur-59516d6761df42c2be3879d2721f2cbaec2955a9.tar.gz
version update
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2754ef1c99e3..0783a3ffd030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -84,7 +84,7 @@ prepare() {
cd "$srcdir/chromium-${_chromium_version}"
msg2 'Fixing compile time bug on gcc9'
- patch -p1 --igonre-whitespaces -i ../../gcc-9-fix.patch --no-backup-if-mismatch
+ patch -p1 --igonre-whitespace -i ../../gcc-9-fix.patch --no-backup-if-mismatch
msg2 'Pruning binaries'
python "$_utils/prune_binaries.py" ./ "$_ungoogled_repo/pruning.list"
msg2 'Applying patches'