diff options
author | networkException <ungoogled-github-actions.arch@nwex.de> | 2024-08-10 16:22:01 +0000 |
---|---|---|
committer | networkException <ungoogled-github-actions.arch@nwex.de> | 2024-08-10 16:22:01 +0000 |
commit | cd532deb0445163b17b19555ddaf87c9b6d867fb (patch) | |
tree | 9d667a824dfa1b49577cc4a09df91dcc0ca374df | |
parent | 8ba51025591cf6db7ce46807fc9ddfc6c4e131f8 (diff) | |
download | ungoogled-chromium-cd532deb0445163b17b19555ddaf87c9b6d867fb.tar.gz ungoogled-chromium-cd532deb0445163b17b19555ddaf87c9b6d867fb.tar.bz2 ungoogled-chromium-cd532deb0445163b17b19555ddaf87c9b6d867fb.zip |
Upgrade to 127.0.6533.99-2
-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.99 - 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=127.0.6533.99 -pkgrel=1 +pkgrel=2 _launcher_ver=8 _system_clang=1 # ungoogled chromium variables @@ -156,7 +156,7 @@ prepare() { -f "$_ungoogled_repo/domain_substitution.list" -c domainsubcache.tar.gz ./ # Link to system tools required by the build - rm -f third_party/node/linux/node-linux-x64/bin/node + mkdir -p third_party/node/linux/node-linux-x64/bin/ ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/ ln -s /usr/bin/java third_party/jdk/current/bin/ |