summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-01-25 09:45:59 -0800
committerquest2016-01-25 09:45:59 -0800
commitd5cad04eb6ddbd675a51f47e5970fc3b85180fc6 (patch)
tree91e52ad8674f018dc9ac00b32a298f375c2a3229
parent84525f720630866c6f0050bb2167fde55533f194 (diff)
downloadaur-d5cad04eb6ddbd675a51f47e5970fc3b85180fc6.tar.gz
Bumped to 0.1.6 release with npm, npmsearch, go and youtube
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb77b1b28cfc..260c40d2213f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 25 04:06:18 UTC 2016
+# Mon Jan 25 17:45:01 UTC 2016
pkgbase = s
- pkgdesc = Web search from the terminal. Supports amazon, bing, digg, dockerhub, duckduckgo, github, google, pinterest, reddit, soundcloud, stackoverflow, twitter, wikipedia, and yahoo.
- pkgver = 0.1.5
+ pkgdesc = Web search from the terminal. Supports amazon, bing, digg, dockerhub, duckduckgo, github, go, google, npm, npmsearch, pinterest, reddit, soundcloud, stackoverflow, twitter, wikipedia, yahoo, and youtube.
+ pkgver = 0.1.6
pkgrel = 1
url = http://github.com/zquestz/s
arch = i686
@@ -10,11 +10,11 @@ pkgbase = s
license = MIT
makedepends = go
makedepends = git
- provides = s=0.1.5
+ provides = s=0.1.6
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.1.5.tar.gz
- sha256sums = 984903a8e3f7465bb85f6aef317da2743ae1715c73cb379291b90c3816fdff7f
+ source = https://github.com/zquestz/s/archive/v0.1.6.tar.gz
+ sha256sums = 8fa431d286319247c644183e7ccc5d054f8d5349e1164d699a03a173cf2fcf7f
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 661e2408f5c6..babf49f3cf63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
-pkgdesc="Web search from the terminal. Supports amazon, bing, digg, dockerhub, duckduckgo, github, google, pinterest, reddit, soundcloud, stackoverflow, twitter, wikipedia, and yahoo."
+pkgdesc="Web search from the terminal. Supports amazon, bing, digg, dockerhub, duckduckgo, github, go, google, npm, npmsearch, pinterest, reddit, soundcloud, stackoverflow, twitter, wikipedia, yahoo, and youtube."
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=('984903a8e3f7465bb85f6aef317da2743ae1715c73cb379291b90c3816fdff7f')
+sha256sums=('8fa431d286319247c644183e7ccc5d054f8d5349e1164d699a03a173cf2fcf7f')
_gourl="github.com/zquestz/${pkgname}"
build() {