summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorReventlov2015-06-08 22:08:53 +0200
committerReventlov2015-06-08 22:08:53 +0200
commit7636ce1dca7fb5ff9c768ff3f3aae5d245336ada (patch)
treebefb5b0df612473fbfc9a72a937745dfda56ffa6 /PKGBUILD
parent56588b4926112ca9901ce4fe2fcbb35c0a0058d7 (diff)
downloadaur-7636ce1dca7fb5ff9c768ff3f3aae5d245336ada.tar.gz
Missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b08213a8c462..cfd7ed93d509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Reventlov <contact+aur@volcanis.me>
pkgname=searx-git
-pkgver=v0.7.0.r76.g9981725
+pkgver=v0.7.0.r212.gf2cbefe
pkgrel=1
pkgdesc="A privacy-respecting, hackable metasearch engine"
arch=('any')
url="https://searx.0x2a.tk/"
license=('AGPL')
-depends=('python2-flask' 'python2-flask-babel' 'python2-requests' 'python2-lxml' 'python2-yaml' 'python2-dateutil' 'python2-pygments')
+depends=('python2-flask' 'python2-flask-babel' 'python2-requests' 'python2-lxml' 'python2-yaml' 'python2-dateutil' 'python2-pygments' 'python2-certifi' 'python2-pyasn1-modules' 'python2-ndg-httpsclient')
makedepends=('git')
backup=('usr/lib/python2.7/site-packages/searx/settings.yml')
install=searx.install