diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = ungoogled-chromium pkgdesc = A lightweight approach to removing Google web service dependency pkgver = 129.0.6668.70 - pkgrel = 1 + pkgrel = 2 url = https://github.com/ungoogled-software/ungoogled-chromium arch = x86_64 license = BSD-3-Clause @@ -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 |