Package Details: searx 1.1.0-2

Git Clone URL: https://aur.archlinux.org/searx.git (read-only, click to copy)
Package Base: searx
Description: A privacy-respecting, hackable metasearch engine (python(3) based)
Upstream URL: https://searx.github.io/searx/
Licenses: AGPL
Conflicts: searx-git
Replaces: searx-py3
Submitter: Jake
Maintainer: Jake
Last Packager: Jake
Votes: 38
Popularity: 0.000937
First Submitted: 2016-09-07 11:42 (UTC)
Last Updated: 2023-06-03 10:47 (UTC)

Latest Comments

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

gdkags commented on 2018-08-20 08:57 (UTC) (edited on 2018-08-20 09:00 (UTC) by gdkags)

searx.install still contains python3.6 as user home dir :3 you might want to add a sysusers.d file instead of creating/removing the user by hand.

Jake commented on 2018-08-10 10:43 (UTC) (edited on 2018-08-10 10:45 (UTC) by Jake)

I can create searx-py3-git, but i don't use it that often anymore or follow the development as closely, so don't think that i would be a good maintainer for it.
Would you be interested in (at least) co-maintaining a git version?

stef204 commented on 2018-08-08 21:01 (UTC) (edited on 2018-08-08 21:04 (UTC) by stef204)

Thanks.
Would you be interested in creating (+ maintaining) a searx-py3-git version?

Jake commented on 2018-08-06 22:55 (UTC)

Sure, done in pkgrel=2.

stef204 commented on 2018-08-06 21:37 (UTC) (edited on 2018-08-06 21:48 (UTC) by stef204)

Can you please fix the various files including but not limited to PKGBUILD now that Arch is officially on python 3.7.0-3 please?
/var/cache/pacman/pkg/searx-py31499/searx-py3/PKGBUILD: line 43: python3.6: command not found
==> ERROR: A failure occurred in package(). Aborting...

Jake commented on 2018-01-28 01:09 (UTC)

Thanks for the notice, flacks. Changed it in searx and searx-py3.

flacks commented on 2018-01-27 10:41 (UTC) (edited on 2018-01-27 10:42 (UTC) by flacks)

There are two `requirements' files for searx that get installed in the pkgdir that have been unaccounted for by searx-git and this package. You can replace these lines (46 and 47):

mv $pkgdir/usr/lib/python2.7/site-packages/{README.rst,searx/}

mv $pkgdir/usr/lib/python2.7/site-packages/{tests,searx/}

with this one-liner to move everything into the searx directory:

mv $pkgdir/usr/lib/python2.7/site-packages/{README.rst,requirements*,tests,searx}

Jake commented on 2018-01-23 22:24 (UTC)

Thanks a lot for pointing this out stef204! Now with python2-babel version 2.5.3-4 it should be finally fixed. I have succefully tested it with searx running on python2 and python3.

Jake commented on 2018-01-23 22:14 (UTC)

The python2-flask-babel dependcy already depends on python2-babel, so this is not necessary. python2-babel version 2.5.3-4 should fix the issues.

t-ask commented on 2018-01-23 03:20 (UTC)

I guess, you need to add 'python2-babel' dependency, too. As I got error messages without reinstalling it.