Package Details: fw-fanctrl-git 1.1.0.r0.b040da6-1

Git Clone URL: https://aur.archlinux.org/fw-fanctrl-git.git (read-only, click to copy)
Package Base: fw-fanctrl-git
Description: A simple systemd service to better control Framework Laptop's fan(s)
Upstream URL: https://github.com/TamtamHero/fw-fanctrl
Licenses: BSD-3
Conflicts: fw-fanctrl
Provides: fw-fanctrl
Submitter: icedream
Maintainer: icedream
Last Packager: icedream
Votes: 9
Popularity: 0.112294
First Submitted: 2023-07-04 00:25 (UTC)
Last Updated: 2026-06-06 12:25 (UTC)

Required by (3)

Sources (1)

Pinned Comments

icedream commented on 2026-01-12 09:40 (UTC)

Quick note with regards to the case reported by @akrai - please see https://wiki.archlinux.org/title/Arch_User_Repository#Updating_packages. I was told in the AUR IRC channel that officially it is expected that users rebuild packages themselves if official package dependencies were updated, that includes this case where the Python version was bumped and nothing else changed.

In the future I will not bump this package for the given reason to continue following this guideline.

Latest Comments

1 2 3 4 5 6 7 Next › Last »

icedream commented on 2026-06-07 15:36 (UTC)

@swmarks All good ^^ may have just been a timing thing if you had already previously updated this package before I managed to publish the version bump for this package. You're welcome!

swmarks commented on 2026-06-07 14:55 (UTC) (edited on 2026-06-07 15:05 (UTC) by swmarks)

@icedream, weird, I just removed it completely (along with the UI) and clean build and install succeeded. I'm really sorry for the false alarm here, I'm going to remove my issue and previous comment so I don't confuse anyone. Thanks for your quick response and for maintaining this PKGBUILD!

swmarks commented on 2026-06-07 14:47 (UTC)

@icedream, I don't think I'm using an old PKGBUILD, yay should be checking that every time I run it.

icedream commented on 2026-06-07 14:44 (UTC)

@swmarks I'm confused because the dependency change + --ignore-tool framework_tool is already included. Are you using an outdated version of this package's PKGBUILD?

icedream commented on 2026-01-14 18:58 (UTC)

@jihem Got it, thanks for letting me know it's wrong there, it should be fixed now!

jihem commented on 2026-01-14 18:44 (UTC)

@icedream The missing dependency is actually on the fw-fanctrl package, not this one. Sorry for my useless comment.

icedream commented on 2026-01-12 17:52 (UTC)

@jihem python-jsonschema is already in the depends field though...?

jihem commented on 2026-01-12 17:51 (UTC)

Traceback (most recent call last):
  File "/usr/bin/fw-fanctrl", line 5, in <module>
    from fw_fanctrl.__main__ import main
  File "/usr/lib/python3.14/site-packages/fw_fanctrl/__main__.py", line 5, in <module>
    from fw_fanctrl.FanController import FanController
  File "/usr/lib/python3.14/site-packages/fw_fanctrl/FanController.py", line 6, in <module>
    from fw_fanctrl.Configuration import Configuration
  File "/usr/lib/python3.14/site-packages/fw_fanctrl/Configuration.py", line 6, in <module>
    import jsonschema
ModuleNotFoundError: No module named 'jsonschema'

python-jsonschema should be added as dependency to avoid this error.

akrai commented on 2026-01-12 17:51 (UTC)

okay understood, i'll follow the rebuild-detector mindset. Thanks!