summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Ellithorpe2017-08-26 18:08:32 -0700
committerJosh Ellithorpe2017-08-26 18:08:32 -0700
commit780f99152ba277851ad1556849df525f5ce7c68e (patch)
tree80d547cd8d3600b3640c43002c6f3fb08aebde91
parent25ba380f9bd5f6eb67d6be2068d1c8b223eddba1 (diff)
downloadaur-780f99152ba277851ad1556849df525f5ce7c68e.tar.gz
Bump to v0.5.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77febb61c3c7..0cdfe76db2e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 6 07:50:46 UTC 2017
+# Sun Aug 27 01:07:34 UTC 2017
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.5.10
+ pkgver = 0.5.11
pkgrel = 5
url = http://github.com/zquestz/s
arch = i686
@@ -10,11 +10,11 @@ pkgbase = s
license = MIT
makedepends = go
makedepends = git
- provides = s=0.5.10
+ provides = s=0.5.11
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.5.10.tar.gz
- sha256sums = 8a5ba823d02f495dd1bb150882ddccd2bb082efff4c996b9b43e4cd5599d3df2
+ source = https://github.com/zquestz/s/archive/v0.5.11.tar.gz
+ sha256sums = 37e585a4bc66bc4b41b17d94099e6a1e696d5429e916e3e65c5a961540183a27
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 2e368c96a49a..34b4a8cf3c70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.10
+pkgver=0.5.11
pkgrel=5
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=('8a5ba823d02f495dd1bb150882ddccd2bb082efff4c996b9b43e4cd5599d3df2')
+sha256sums=('37e585a4bc66bc4b41b17d94099e6a1e696d5429e916e3e65c5a961540183a27')
build() {
mkdir -p "${srcdir}/go/src/github.com/zquestz"