summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-01-27 21:05:37 -0800
committerquest2016-01-27 21:05:37 -0800
commitbe571a1384842ec947a730b4ee2a2ca2cfe30467 (patch)
tree354d13cdf279c3e632aac26369d5206a09166b70
parentf22b7c131f61ae1ac3083e8187663bca7a44a48b (diff)
downloadaur-be571a1384842ec947a730b4ee2a2ca2cfe30467.tar.gz
Bumped version to 0.1.10
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af1cff5c4c56..5452f864c414 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 26 06:15:55 UTC 2016
+# Thu Jan 28 05:04:51 UTC 2016
pkgbase = s
- pkgdesc = Web search from the terminal. Supports [amazon bing digg dockerhub duckduckgo facebook gist github go google npm npmsearch pinterest quora reddit soundcloud stackoverflow twitter wikipedia yahoo youtube]
- pkgver = 0.1.8
+ pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
+ pkgver = 0.1.10
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.1.8
+ provides = s=0.1.10
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.1.8.tar.gz
- sha256sums = e74b0b95f83937a2b7dd216944a43856c5eb337edc795554e2ebeee954e68c64
+ source = https://github.com/zquestz/s/archive/v0.1.10.tar.gz
+ sha256sums = d4b808d1f1c8193a684ed3e194523f2569668709f656b753f07ce72cb951e624
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 0ab6201e044b..d8e80793836c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.1.8
+pkgver=0.1.10
pkgrel=0
-pkgdesc="Web search from the terminal. Supports [amazon bing digg dockerhub duckduckgo facebook gist github go google npm npmsearch pinterest quora reddit soundcloud stackoverflow twitter wikipedia yahoo youtube]"
+pkgdesc="Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow."
arch=('i686' 'x86_64')
url="http://github.com/zquestz/s"
license=('MIT')
@@ -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=('e74b0b95f83937a2b7dd216944a43856c5eb337edc795554e2ebeee954e68c64')
+sha256sums=('d4b808d1f1c8193a684ed3e194523f2569668709f656b753f07ce72cb951e624')
_gourl="github.com/zquestz/${pkgname}"
build() {