Can you please add provides=("chromedriver=${pkgver}")
, conflicts=('chromedriver')
?
Regards!
Git Clone URL: | https://aur.archlinux.org/ungoogled-chromium-bin.git (read-only, click to copy) |
---|---|
Package Base: | ungoogled-chromium-bin |
Description: | A lightweight approach to removing Google web service dependency |
Upstream URL: | https://github.com/ungoogled-software/ungoogled-chromium |
Keywords: | blink browser privacy web |
Licenses: | BSD |
Conflicts: | chromedriver, chromium |
Provides: | chromedriver, chromium |
Submitter: | networkException |
Maintainer: | networkException |
Last Packager: | networkException |
Votes: | 100 |
Popularity: | 9.68 |
First Submitted: | 2022-08-27 13:16 (UTC) |
Last Updated: | 2025-02-14 22:01 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
Can you please add provides=("chromedriver=${pkgver}")
, conflicts=('chromedriver')
?
Regards!
Yes, I didn't consider all places a version number would need to be bumped unfortunately.
I sincerely hope this fixes the issue for good
It seems networkException forgot to bump the pkgrel of the github build, which then caused it to build the package with the wrong pkgrel.
The remote has tagged the released as -3 but the filename is -1, which is causing a conflict within the PKGBUILD.
I was having the same error everyone else is having where it was failing to correctly fetch the source, a temporary fix (Don't do this on the regular) was to just copy the link and paste it into source=(). Link: https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/111.0.5563.146-3/ungoogled-chromium-111.0.5563.146-1-x86_64.pkg.tar.zst
The link is pointing to "download/111.0.5563.146-1" and it seems it should be pointed to "download/111.0.5563.146-3".
-> Downloading ungoogled-chromium-111.0.5563.146-1-x86_64.pkg.tar.zst...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/111.0.5563.146-1/ungoogled-chromium-111.0.5563.146-1-x86_64.pkg.tar.zst
Aborting...
Seems you have not correctly fetched the source!
Sorry for the delay with release 111.0.5563.146, there was a regression in check notes grep which caused our CI to fail - I pushed a workaround now and the update follow in a few hours
See https://lists.gnu.org/archive/html/grep-devel/2023-03/msg00017.html
Issue solved. Thanks for your great work!
@networkException good to know, kind of new to linux so always learning, compiled it myself and it's working fine for me. Didn't realized it took so long even on a 5800x. Thanks for maintaining!
@xAsh @kinoe @aestheticjmack this is fixed in 111.0.5563.64-2. Breaking runtime dependencies are always problematic as chromium takes a lot of time to compile in CI and currently I can't update the packaging until the breaking dependency update has landed in stable
Pinned Comments
networkException commented on 2022-09-20 17:36 (UTC)
Please note that normally it's not required to flag this package as out of date. I usually tag releases in the main ungoogled-chromium repository and update the arch packaging right afterwards.
If the package hasn't updated after an ungoogled-chromium release GitHub Actions might still be building or the ungoogled-chromium patchset got updated for non Linux platforms only to match their upstream release cycle