diff options
author | networkException <ungoogled-github-actions.arch@nwex.de> | 2024-11-20 21:14:39 +0000 |
---|---|---|
committer | networkException <ungoogled-github-actions.arch@nwex.de> | 2024-11-20 21:14:39 +0000 |
commit | 4f63efcbc1a21aaee73d40c7d180576b35d2cace (patch) | |
tree | 478d8a921580a8f228f4fb3872b0aa7240145d90 | |
parent | 1f8c89859f79d42a6559d56ecebc68f89d5b4025 (diff) | |
download | ungoogled-chromium-4f63efcbc1a21aaee73d40c7d180576b35d2cace.tar.gz ungoogled-chromium-4f63efcbc1a21aaee73d40c7d180576b35d2cace.tar.bz2 ungoogled-chromium-4f63efcbc1a21aaee73d40c7d180576b35d2cace.zip |
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 10 insertions, 10 deletions
@@ -1,7 +1,7 @@ pkgbase = ungoogled-chromium pkgdesc = A lightweight approach to removing Google web service dependency - pkgver = 131.0.6778.69 - pkgrel = 2 + pkgver = 131.0.6778.85 + pkgrel = 1 url = https://github.com/ungoogled-software/ungoogled-chromium arch = x86_64 license = BSD-3-Clause @@ -59,13 +59,13 @@ pkgbase = ungoogled-chromium optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce optdepends = kwallet: support for storing passwords in KWallet on Plasma optdepends = upower: Battery Status API support - provides = chromium=131.0.6778.69 - provides = chromedriver=131.0.6778.69 + provides = chromium=131.0.6778.85 + provides = chromedriver=131.0.6778.85 conflicts = chromium conflicts = chromedriver options = !lto source = fetch-chromium-release - source = ungoogled-chromium-131.0.6778.69-1.tar.gz::https://github.com/ungoogled-software/ungoogled-chromium/archive/131.0.6778.69-1.tar.gz + source = ungoogled-chromium-131.0.6778.85-1.tar.gz::https://github.com/ungoogled-software/ungoogled-chromium/archive/131.0.6778.85-1.tar.gz source = https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz source = compiler-rt-adjust-paths.patch source = increase-fortify-level.patch @@ -79,7 +79,7 @@ pkgbase = ungoogled-chromium source = unbundle-icu-target.patch source = const-atomicstring-conversion.patch sha256sums = 720a1196410080056cd97a1f5ec34d68ba216a281d9b5157b7ea81ea018ec661 - sha256sums = 84820f9d9167d0d3ef440d1ca32890ab3af9e0723b28b3151f7ce2d71d826dbe + sha256sums = 4c0d1fbefb6c804e976698f64504d7082fb87e335edc960875424e9e827585b3 sha256sums = 213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a sha256sums = b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961 sha256sums = d634d2ce1fc63da7ac41f432b1e84c59b7cceabf19d510848a7cff40c8025342 @@ -9,14 +9,14 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=ungoogled-chromium -pkgver=131.0.6778.69 -pkgrel=2 +pkgver=131.0.6778.85 +pkgrel=1 _launcher_ver=8 _manual_clone=1 _system_clang=1 # ungoogled chromium variables _uc_usr=ungoogled-software -_uc_ver=131.0.6778.69-1 +_uc_ver=131.0.6778.85-1 pkgdesc="A lightweight approach to removing Google web service dependency" arch=('x86_64') url="https://github.com/ungoogled-software/ungoogled-chromium" @@ -51,7 +51,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom unbundle-icu-target.patch const-atomicstring-conversion.patch) sha256sums=('720a1196410080056cd97a1f5ec34d68ba216a281d9b5157b7ea81ea018ec661' - '84820f9d9167d0d3ef440d1ca32890ab3af9e0723b28b3151f7ce2d71d826dbe' + '4c0d1fbefb6c804e976698f64504d7082fb87e335edc960875424e9e827585b3' '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a' 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961' 'd634d2ce1fc63da7ac41f432b1e84c59b7cceabf19d510848a7cff40c8025342' |