Package Details: coolercontrol 4.3.1-2

Git Clone URL: https://aur.archlinux.org/coolercontrol.git (read-only, click to copy)
Package Base: coolercontrol
Description: A program to monitor and control your cooling devices (official package)
Upstream URL: https://gitlab.com/coolercontrol/coolercontrol
Licenses: GPL-3.0-or-later
Submitter: codifryed
Maintainer: codifryed (caferen)
Last Packager: caferen
Votes: 50
Popularity: 1.24
First Submitted: 2023-02-07 21:45 (UTC)
Last Updated: 2026-07-11 16:58 (UTC)

Pinned Comments

codifryed commented on 2024-09-22 19:02 (UTC) (edited on 2026-03-10 14:18 (UTC) by codifryed)

There are also binary AUR packages: coolercontrol-bin for less compile time!

codifryed commented on 2023-02-07 22:54 (UTC) (edited on 2024-01-06 23:57 (UTC) by codifryed)

Post-installation steps:

sudo systemctl enable --now coolercontrold

Then open the desktop application.

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

rozpo commented on 2026-03-25 06:19 (UTC)

Thank you @codifryed it's working now

FabioLolix commented on 2026-03-22 09:35 (UTC)

About

coolercontrold-vendor.tar.gz ... FAILED

For now, do a clean build to get rid of the cached asset.

The source need to be renamed which can be done with

"$pkgname-$pkgver-vendor.tar.gz::https://gitlab.com/coolercontrol/coolercontrol/-/releases/$pkgver/downloads/packages/$pkgname-vendor.tar.gz"

codifryed commented on 2026-03-22 08:00 (UTC)

For now, do a clean build to get rid of the cached asset.

rozpo commented on 2026-03-22 07:48 (UTC) (edited on 2026-03-22 07:48 (UTC) by rozpo)

Latest update:

==> Making package: coolercontrold 4.1.0-1 (Sun 22 Mar 2026 07:40:43 GMT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found coolercontrol-4.1.0.tar.gz
  -> Found coolercontrold-vendor.tar.gz
==> Validating source files with sha256sums...
    coolercontrol-4.1.0.tar.gz ... Passed
    coolercontrold-vendor.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

Meers commented on 2026-01-11 23:51 (UTC)

Latest python update has created a warning.

[2026-01-11T23:43:15Z WARN coolercontrold] Python Environment Error: Python liquidctl system package not detected

caferen commented on 2025-11-16 17:40 (UTC)

I will investigate how we can make this more reliable. In the meantime, makepkg's --nocheck flag can be used as a workaround (see --mflags arg if you're using helpers).

lrdoftheblings commented on 2025-11-16 11:24 (UTC)

I have the same issue aequilibrium had, where the check fails.

I’ve tracked the build failure down to the AppStream validation step.

appstream-util validate-relax times out after 5 seconds when fetching the GitLab raw screenshot URL:

Resolving timed out after 5000 milliseconds

The URL itself is valid and loads fine in a browser, but GitLab’s raw CDN intermittently responds too slowly for AppStream’s strict timeout. This makes the build nondeterministic on both coolercontrol and coolercontrol-bin.

Since AppStream URL validation depends on external network conditions, would you consider making the check() step nonfatal or disabling the network-dependent validation (e.g., --nonet)? This would avoid transient CDN timeouts causing package build failures.

caferen commented on 2025-11-16 04:03 (UTC)

@slimljim192 libsodium is in CoolerControl's dependency tree. You may have a broken AUR package messing up the versions, probably an ffmpeg variant.

FabioLolix commented on 2025-11-05 21:13 (UTC)

Hi, about make -C build -j8 please don't specify the number of the makejobs; that's up to the users makepkg.conf