summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af1161477d60..002307244e91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,8 +22,9 @@ depends=(
'python-yaml'
'python-requests'
'python-pysocks')
-conflicts=('searx-git' 'searx')
-backup=('etc/searx/settings.yml')
+conflicts=('searx-git' )
+replaces=('searx-py3')
+backup=('etc/searx/settings.yml' 'etc/uwsgi/searx.ini')
source=("https://github.com/asciimoo/searx/archive/v$pkgver.zip"
'searx.ini'
'searx.sysusers')