Doesn't build in a clean env, as python-yaml is missing from the makedeps. Please add that :3
Also, the secret_key shouldn't be set at buildtime, as the resulting package shouldn't be assumed to be secret, while the installed settings.yml is. Therefore, it's the users job to configure that setting.
Pinned Comments
HLFH commented on 2025-12-04 11:39 (UTC) (edited on 2025-12-04 11:40 (UTC) by HLFH)
Hello everyone!
I have updated the
searxng-gitAUR package (I am the maintainer).I have:
- applied the frontend patch (of this PR), it works flawlessly ;
- removed
uwsgidependency ;- added systemd unit
searxng.servicethat usessearxng-runexecutable ;- optimized the
pythonvirtual environment ;- added a sample
nginxconf.