summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2017-06-05 10:15:54 +0200
committerJake2017-06-05 10:15:54 +0200
commit551079bc74e9dca9b1286645399497f5c72ffe7d (patch)
tree609629cb94ffca4cc3d9518c89c499ec259398b8
parent7e84920f2c5194ab31abb9f790fa7ca32c9e6ab8 (diff)
downloadaur-551079bc74e9dca9b1286645399497f5c72ffe7d.tar.gz
Update to 0.12.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a600997e2f92..7cac1dcba6d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = searx
pkgdesc = A privacy-respecting, hackable metasearch engine
- pkgver = 0.11.0
- pkgrel = 2
+ pkgver = 0.12.0
+ pkgrel = 1
url = https://asciimoo.github.io/searx/
install = searx.install
arch = any
@@ -15,15 +15,14 @@ pkgbase = searx
depends = python2-dateutil
depends = python2-pygments
depends = python2-certifi
- depends = python2-pyasn1
- depends = python2-ndg-httpsclient
+ depends = python2-idna
depends = python2-pysocks
conflicts = searx-git
backup = etc/searx/settings.yml
- source = https://github.com/asciimoo/searx/archive/v0.11.0.zip
+ source = https://github.com/asciimoo/searx/archive/v0.12.0.zip
source = searx.install
source = searx.service
- sha512sums = f1f28d6135ef2a8e254a700ae9ef3366fccc83f1c2c2574f4d276347304bae6aa397f5d3a4bad4f66b19b13470c6cc724eee2c68bc004a4876a7804a7c79b97a
+ sha512sums = 2809b3dadcc7511477dd58150e65641877f4f09850cb038ec8e445982d21af4dc7121acf4f948520b457ed138902bb418fc5f678590f7a92716af7ba68851494
sha512sums = daf98a69d87dc78ea645a02146d67b0a2903b3b219edadf2e3c987c20d0751ac147b72fe185c74bfe3e0b154ed8ee4b9b503e7ca922548fad52157aada05803c
sha512sums = 64ab805f7e0089d9b638c2972687ba60331304b3d63bfff138ce8b7903d999f40854067c384cafbc6c635afc335bd084b758cbb7c5cac397d97ed1f31e67ac6e
diff --git a/PKGBUILD b/PKGBUILD
index 3cadf0e2a483..497767596e7f 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.11.0
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
pkgdesc="A privacy-respecting, hackable metasearch engine"
arch=('any')
url="https://asciimoo.github.io/searx/"
@@ -18,8 +18,7 @@ depends=('python2-flask'
'python2-dateutil'
'python2-pygments'
'python2-certifi'
- 'python2-pyasn1'
- 'python2-ndg-httpsclient'
+ 'python2-idna'
'python2-pysocks')
conflicts=('searx-git')
backup=('etc/searx/settings.yml')
@@ -27,7 +26,7 @@ install=searx.install
source=("https://github.com/asciimoo/searx/archive/v$pkgver.zip"
'searx.install'
'searx.service')
-sha512sums=('f1f28d6135ef2a8e254a700ae9ef3366fccc83f1c2c2574f4d276347304bae6aa397f5d3a4bad4f66b19b13470c6cc724eee2c68bc004a4876a7804a7c79b97a'
+sha512sums=('2809b3dadcc7511477dd58150e65641877f4f09850cb038ec8e445982d21af4dc7121acf4f948520b457ed138902bb418fc5f678590f7a92716af7ba68851494'
'daf98a69d87dc78ea645a02146d67b0a2903b3b219edadf2e3c987c20d0751ac147b72fe185c74bfe3e0b154ed8ee4b9b503e7ca922548fad52157aada05803c'
'64ab805f7e0089d9b638c2972687ba60331304b3d63bfff138ce8b7903d999f40854067c384cafbc6c635afc335bd084b758cbb7c5cac397d97ed1f31e67ac6e')