diff options
author | networkException <ungoogled-github-actions.arch@nwex.de> | 2024-07-29 23:57:04 +0000 |
---|---|---|
committer | networkException <ungoogled-github-actions.arch@nwex.de> | 2024-07-29 23:57:04 +0000 |
commit | 691af4530d416db838fa0f75a8de5d9530584cac (patch) | |
tree | 211d777ff92df043eb51a3e21228e534385f87c5 | |
parent | c859de6f0799f00cc146fdec2ff31eaffdfab30c (diff) | |
download | ungoogled-chromium-691af4530d416db838fa0f75a8de5d9530584cac.tar.gz ungoogled-chromium-691af4530d416db838fa0f75a8de5d9530584cac.tar.bz2 ungoogled-chromium-691af4530d416db838fa0f75a8de5d9530584cac.zip |
Upgrade to 127.0.6533.72-6
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = ungoogled-chromium pkgdesc = A lightweight approach to removing Google web service dependency pkgver = 127.0.6533.72 - pkgrel = 5 + pkgrel = 6 url = https://github.com/ungoogled-software/ungoogled-chromium arch = x86_64 license = BSD-3-Clause @@ -10,7 +10,7 @@ pkgname=ungoogled-chromium pkgver=127.0.6533.72 -pkgrel=5 +pkgrel=6 _launcher_ver=8 _system_clang=1 # ungoogled chromium variables @@ -148,7 +148,7 @@ prepare() { _ungoogled_repo="$srcdir/$pkgname-$_uc_ver" _utils="${_ungoogled_repo}/utils" msg2 'Pruning binaries' - python "$_utils/prune_binaries.py" ./ "$_ungoogled_repo/pruning.list" + python "$_utils/prune_binaries.py" ./ "$_ungoogled_repo/pruning.list" || echo "some errors" msg2 'Applying patches' python "$_utils/patches.py" apply ./ "$_ungoogled_repo/patches" msg2 'Applying domain substitution' |