summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Ellithorpe2016-12-01 17:33:13 -0800
committerJosh Ellithorpe2016-12-01 17:33:13 -0800
commitaead9af3d3e58c8375bbb673145fa65e67fa8520 (patch)
tree54447485272642bd3796a37657c7c3c1cfed22ee
parent0e92a047cfa190f1f7d763aa679f5eb9fe2e1313 (diff)
downloadaur-aead9af3d3e58c8375bbb673145fa65e67fa8520.tar.gz
Bump to 0.5.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10022cc3fb61..7cabc2f1ed6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Oct 8 19:51:57 UTC 2016
+# Fri Dec 2 01:32:55 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.5.7
+ pkgver = 0.5.8
pkgrel = 0
url = http://github.com/zquestz/s
arch = i686
@@ -10,11 +10,11 @@ pkgbase = s
license = MIT
makedepends = go
makedepends = git
- provides = s=0.5.7
+ provides = s=0.5.8
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.5.7.tar.gz
- sha256sums = 5ed6fff64b32f0955794679dd2ebf96af6c367dfb4fb5eea704ea83bb14f4b1b
+ source = https://github.com/zquestz/s/archive/v0.5.8.tar.gz
+ sha256sums = 4b45ca9e1a289d876d6f727b23da6083b1e2b7ddfd139908ee44f2f1030b0c9b
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 51e3b936f7de..e6f6f9b70a92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.7
+pkgver=0.5.8
pkgrel=0
pkgdesc="Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('go' 'git')
options=('!strip' '!emptydirs')
provides=("s=${pkgver}")
source=("https://github.com/zquestz/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('5ed6fff64b32f0955794679dd2ebf96af6c367dfb4fb5eea704ea83bb14f4b1b')
+sha256sums=('4b45ca9e1a289d876d6f727b23da6083b1e2b7ddfd139908ee44f2f1030b0c9b')
_gourl="github.com/zquestz/${pkgname}"
build() {