summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2019-08-26 12:50:26 +0200
committerJake2019-08-26 12:50:26 +0200
commit76daed926ca2df00ba52fe4854f4c6920693979b (patch)
tree39f4ca798477a5ee0d3ba9ccaaa20a35e769fd38
parentd9501e0cd5b56e15f0747ff48ca1a41e59bd4080 (diff)
downloadaur-76daed926ca2df00ba52fe4854f4c6920693979b.tar.gz
Backup uwsgi searx.ini
and add replaces
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b1b0e109787..c67d7d01efb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,8 +20,9 @@ pkgbase = searx
depends = python-requests
depends = python-pysocks
conflicts = searx-git
- conflicts = searx
+ replaces = searx-py3
backup = etc/searx/settings.yml
+ backup = etc/uwsgi/searx.ini
source = https://github.com/asciimoo/searx/archive/v0.15.0.zip
source = searx.ini
source = searx.sysusers
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')