diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -10,7 +10,7 @@ pkgname=ungoogled-chromium pkgver=129.0.6668.70 -pkgrel=1 +pkgrel=2 _launcher_ver=8 _system_clang=1 # ungoogled chromium variables @@ -125,8 +125,6 @@ prepare() { # Increase _FORTIFY_SOURCE level to match Arch's default flags patch -Np1 -i ../increase-fortify-level.patch - patch -Np1 -i ../fix-ungoogled-third-party-re2.patch - # Fixes for building with libstdc++ instead of libc++ # test deps are broken for ui/lens with system ICU |