summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2017-01-12 21:56:49 +0100
committerJake2017-01-12 21:56:49 +0100
commit91252607fac15f4eeb8415dd33f4dbbe2c05067b (patch)
treea6f9a1199d32ecd27f5e438957626bd8eb7f516e
parente6e4632a703fefe401290aeda9774edb79edfd4a (diff)
downloadaur-91252607fac15f4eeb8415dd33f4dbbe2c05067b.tar.gz
Update to 0.11.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0b81161e77c..0dc3421c4626 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Oct 21 13:17:59 UTC 2016
pkgbase = searx
pkgdesc = A privacy-respecting, hackable metasearch engine
- pkgver = 0.10.0
- pkgrel = 3
+ pkgver = 0.11.0
+ pkgrel = 1
url = https://asciimoo.github.io/searx/
install = searx.install
arch = any
@@ -17,15 +15,15 @@ pkgbase = searx
depends = python2-dateutil
depends = python2-pygments
depends = python2-certifi
- depends = python2-pyasn1-modules
+ depends = python2-pyasn1
depends = python2-ndg-httpsclient
depends = python2-pysocks
conflicts = searx-git
backup = etc/searx/settings.yml
- source = https://github.com/asciimoo/searx/archive/v0.10.0.zip
+ source = https://github.com/asciimoo/searx/archive/v0.11.0.zip
source = searx.install
source = searx.service
- sha512sums = 2290dde2e26b8b219e8613c2c79b17a6d0ecd9170cf02b7c6cfe6bc1c0a67ca09b60c18d194e7086701218483ae0941e8e2001fd99eedc36b17a6fead7b4f4a3
+ sha512sums = f1f28d6135ef2a8e254a700ae9ef3366fccc83f1c2c2574f4d276347304bae6aa397f5d3a4bad4f66b19b13470c6cc724eee2c68bc004a4876a7804a7c79b97a
sha512sums = daf98a69d87dc78ea645a02146d67b0a2903b3b219edadf2e3c987c20d0751ac147b72fe185c74bfe3e0b154ed8ee4b9b503e7ca922548fad52157aada05803c
sha512sums = 354ec9c88018108ce0a652647faefaa23afb7afe53b42259a43adf9395b854d02c2b6d350b8d17cf105a9283f62aee0788f7dc96c2676f67c77941d3ef6edc0c
diff --git a/PKGBUILD b/PKGBUILD
index afb95398bc44..3982c1c4a26c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Jean Lucas <jean at 4ray dot co> and Reventlov <contact+aur at volcanis dot me>
pkgname=searx
-pkgver=0.10.0
-pkgrel=3
+pkgver=0.11.0
+pkgrel=1
pkgdesc="A privacy-respecting, hackable metasearch engine"
arch=('any')
url="https://asciimoo.github.io/searx/"
@@ -18,16 +18,16 @@ depends=('python2-flask'
'python2-dateutil'
'python2-pygments'
'python2-certifi'
- 'python2-pyasn1-modules'
+ 'python2-pyasn1'
'python2-ndg-httpsclient'
'python2-pysocks')
conflicts=('searx-git')
backup=('etc/searx/settings.yml')
install=searx.install
-source=('https://github.com/asciimoo/searx/archive/v0.10.0.zip'
+source=("https://github.com/asciimoo/searx/archive/v$pkgver.zip"
'searx.install'
'searx.service')
-sha512sums=('2290dde2e26b8b219e8613c2c79b17a6d0ecd9170cf02b7c6cfe6bc1c0a67ca09b60c18d194e7086701218483ae0941e8e2001fd99eedc36b17a6fead7b4f4a3'
+sha512sums=('f1f28d6135ef2a8e254a700ae9ef3366fccc83f1c2c2574f4d276347304bae6aa397f5d3a4bad4f66b19b13470c6cc724eee2c68bc004a4876a7804a7c79b97a'
'daf98a69d87dc78ea645a02146d67b0a2903b3b219edadf2e3c987c20d0751ac147b72fe185c74bfe3e0b154ed8ee4b9b503e7ca922548fad52157aada05803c'
'354ec9c88018108ce0a652647faefaa23afb7afe53b42259a43adf9395b854d02c2b6d350b8d17cf105a9283f62aee0788f7dc96c2676f67c77941d3ef6edc0c')