summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHLFH2022-01-02 16:12:09 +0000
committerHLFH2022-01-02 16:12:09 +0000
commit556b5ee8024ca8f39d12b498ad2c591efc78c507 (patch)
tree9443942318f5ac58fbb187dc5a74b9d0f057b32b
parent73ea82dc18ca7655a6d769440e21ba53d9c6752c (diff)
downloadaur-556b5ee8024ca8f39d12b498ad2c591efc78c507.tar.gz
fix uwsgi
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d45e39a2124..f6a7abd18e5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = searx-git
pkgdesc = A privacy-respecting, hackable metasearch engine (python(3) based)
- pkgver = 1.0.0+r200+g313a9847
+ pkgver = 1.0.0+r297+gf2f72575
pkgrel = 1
url = https://asciimoo.github.io/searx/
arch = any
license = AGPL
makedepends = openssl
- depends = uwsgi
- depends = uwsgi-plugin-python
+ depends = uwsgi-ng
+ depends = uwsgi-ng-plugin-python
depends = python-certifi
depends = python-flask
depends = python-flask-babel
@@ -20,6 +20,7 @@ pkgbase = searx-git
depends = python-pysocks
depends = python-langdetect
conflicts = searx
+ conflicts = searxng-git
backup = etc/searx/settings.yml
backup = etc/uwsgi/vassals/searx.ini
source = git+https://github.com/asciimoo/searx
diff --git a/PKGBUILD b/PKGBUILD
index cf9cd3a96811..424afda7a379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: HLFH <arch@dhautefeuille.eu>
+# Maintainer: HLFH <gaspard@dhautefeuille.eu>
pkgname=searx-git
-pkgver=1.0.0+r200+g313a9847
+pkgver=1.0.0+r297+gf2f72575
pkgrel=1
pkgdesc="A privacy-respecting, hackable metasearch engine (python(3) based)"
arch=('any')
@@ -9,8 +9,8 @@ url="https://asciimoo.github.io/searx/"
license=('AGPL')
makedepends=('openssl')
depends=(
- 'uwsgi'
- 'uwsgi-plugin-python'
+ 'uwsgi-ng'
+ 'uwsgi-ng-plugin-python'
'python-certifi'
'python-flask'
'python-flask-babel'
@@ -22,7 +22,7 @@ depends=(
'python-h2'
'python-pysocks'
'python-langdetect')
-conflicts=('searx' )
+conflicts=('searx' 'searxng-git')
backup=('etc/searx/settings.yml' 'etc/uwsgi/vassals/searx.ini')
source=(git+https://github.com/asciimoo/searx
'searx.ini'