summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaspard d'Hautefeuille2020-07-12 13:41:31 +0200
committerGaspard d'Hautefeuille2020-07-12 13:41:31 +0200
commitf784ad71740aa23f4cf9cf78ad4461dec8a73e0b (patch)
tree37b5d538f3eb198ab105c16898837d74bd70e413
parent8f84303b62cde0b5143d8b3dac295491a938b9ea (diff)
downloadaur-f784ad71740aa23f4cf9cf78ad4461dec8a73e0b.tar.gz
searx.ini within /etc/uwsgi/vassals
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e086cd3dd4e5..3ce4ff9ce988 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = searx-git
pkgdesc = A privacy-respecting, hackable metasearch engine (python(3) based)
- pkgver = 0.17.0+r6+gf9faafa8
+ pkgver = 0.17.0+r8+gc41db5f1
pkgrel = 1
url = https://asciimoo.github.io/searx/
arch = any
@@ -21,7 +21,7 @@ pkgbase = searx-git
depends = python-pysocks
conflicts = searx
backup = etc/searx/settings.yml
- backup = etc/uwsgi/searx.ini
+ backup = etc/uwsgi/vassals/searx.ini
source = git+https://github.com/asciimoo/searx
source = searx.ini
source = searx.sysusers
diff --git a/PKGBUILD b/PKGBUILD
index 09ff1a69137a..d8fdfe7c6804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HLFH <arch@dhautefeuille.eu>
pkgname=searx-git
-pkgver=0.17.0+r6+gf9faafa8
+pkgver=0.17.0+r8+gc41db5f1
pkgrel=1
pkgdesc="A privacy-respecting, hackable metasearch engine (python(3) based)"
arch=('any')
@@ -23,7 +23,7 @@ depends=(
'python-requests'
'python-pysocks')
conflicts=('searx' )
-backup=('etc/searx/settings.yml' 'etc/uwsgi/searx.ini')
+backup=('etc/searx/settings.yml' 'etc/uwsgi/vassals/searx.ini')
source=(git+https://github.com/asciimoo/searx
'searx.ini'
'searx.sysusers')
@@ -59,5 +59,5 @@ package() {
ln -s /etc/searx/settings.yml "${pkgdir}${_site_packages}/searx/settings.yml"
install -Dm644 "${srcdir}/searx.sysusers" "${pkgdir}/usr/lib/sysusers.d/searx.conf"
- install -Dm644 "${srcdir}/searx.ini" "${pkgdir}/etc/uwsgi/searx.ini"
+ install -Dm644 "${srcdir}/searx.ini" "${pkgdir}/etc/uwsgi/vassals/searx.ini"
}