Package Details: searxng-git 1.0.0.r3824.gac430a9ea-1

Git Clone URL: https://aur.archlinux.org/searxng-git.git (read-only, click to copy)
Package Base: searxng-git
Description: A privacy-respecting, hackable metasearch engine
Upstream URL: https://searxng.github.io/searxng/
Licenses: AGPL3
Conflicts: searx, searx-git
Provides: searxng
Submitter: HLFH
Maintainer: HLFH
Last Packager: HLFH
Votes: 8
Popularity: 0.018220
First Submitted: 2021-09-29 10:43 (UTC)
Last Updated: 2024-05-06 08:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

ramenu commented on 2023-09-09 12:16 (UTC)

python-chompjs has been removed as a dependency. See https://github.com/searxng/searxng/commit/d07c006aed12631a7e0f9a5c82288a8ef7c5bfad

HLFH commented on 2023-08-11 16:06 (UTC)

Updated with the required dep

HLFH commented on 2023-08-11 15:42 (UTC) (edited on 2023-08-11 15:42 (UTC) by HLFH)

Chomp

nihilnovi commented on 2023-08-10 12:10 (UTC)

python-chompjs is now required based on: "ModuleNotFoundError: No module named 'chompjs'"

HLFH commented on 2023-07-20 06:18 (UTC) (edited on 2023-07-20 06:18 (UTC) by HLFH)

python-httpcore is no longer out-of-date. So this package should work without hassle.

@MarsSeed The package name is searxng-git and it conflicts with searx and searx-git. Why shall I remove any of them?

Package updated with provides parameter.

MarsSeed commented on 2023-07-20 00:32 (UTC) (edited on 2023-08-11 19:18 (UTC) by MarsSeed)

Please kindly remove the package's own name from conflicts (superfluous).

However, please add the necessary 'searxng' to the provides array.

EDIT: Sorry, I was mistaken for the first request. Thank you for implementing the second suggestion.

csts commented on 2023-07-07 17:53 (UTC)

@HLFH thank you.

HLFH commented on 2023-07-07 10:41 (UTC)

@deons I have added the limiter.toml file and enabled the limiter feature in the settings.yml. All good, now.

HLFH commented on 2023-07-07 10:05 (UTC) (edited on 2023-07-07 10:08 (UTC) by HLFH)

As python-httpcore is out-of-date, you need to update python-httpcore to 0.17.3:

yay -G python-httpcore
cd python-httpcore
vim PKGBUILD
#update pkgver with:
pkgver=0.17.3
#exit with :wq!
updpkgsums
makepkg -si

amalgam commented on 2023-07-06 21:01 (UTC) (edited on 2023-07-06 21:52 (UTC) by amalgam)

For those who updated and failed to launch searxng, check if you have this line in "systemctl status uwsgi@emperor" or "journalctl"

uwsgi[123456]: ModuleNotFoundError: No module named 'httpcore._backends'

googled it and this is something related to recent update of httpcore (dependency of python-httpx-socks). python-httpcore in arch repo is now 0.17.2. After upgraded to 0.17.3, searxng works fine again.

My steps to install 0.17.3 (I don't know whether it is a proper way to do it or not...):

$ pkgctl repo clone --protocol https python-httpcore # download PKGBUILD of python-httpcore
$ cd python-httpcore
$ vim PKGBUILD # edit PKGBUILD, change pkgver to 0.17.3
$ updpkgsums # update hash in PKGBUILD
$ makepkg -si # build and install