ungoogled-software / ungoogled-chromium-archlinux

Arch Linux packaging for ungoogled-chromium
BSD 3-Clause "New" or "Revised" License
338 stars 37 forks source link

Updating to Chromium 119.0.6045.199-1 on x86_64 #250

Closed overtube closed 9 months ago

overtube commented 9 months ago
:: Starting the build:
==> Making package: ungoogled-chromium-bin 119.0.6045.199-1 (Mon 04 Dec 2023 02:38:00 PM EET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading ungoogled-chromium-119.0.6045.199-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/119.0.6045.199-1/ungoogled-chromium-119.0.6045.199-1-x86_64.pkg.tar.zst
    Aborting...
clickot commented 9 months ago

Problem is that the download url on the release page uses two different release marker: https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/119.0.6045.199-**2**/ungoogled-chromium-119.0.6045.199-**1**-x86_64.pkg.tar.zst but PKGBUILD assumes them to be the same: source=(https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/$pkgver-$pkgrel/ungoogled-chromium-$pkgver-$pkgrel-x86_64.pkg.tar.zst) `

overtube commented 9 months ago

So, now download works, thank you, for your attention.

networkException commented 9 months ago

Yes sorry, I really have to put some work into automating this. The build breaking happens quite rarely so I always tend to forget some step in this little less standard release process

overtube commented 9 months ago

Don't worry, everything is fine, thank you for your time, care and attention.