summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-01-25 09:59:11 -0800
committerquest2016-01-25 09:59:11 -0800
commite4ae27cf4c5ddfa1fc19cc4630be94afe31cfe4b (patch)
treeefd8c53ca5d698d3da5fef821937270baab2e215
parentd5cad04eb6ddbd675a51f47e5970fc3b85180fc6 (diff)
downloadaur-e4ae27cf4c5ddfa1fc19cc4630be94afe31cfe4b.tar.gz
Updated to 0.1.7 with gist support
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 260c40d2213f..87462e0871e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Mon Jan 25 17:45:01 UTC 2016
+# Mon Jan 25 17:58:22 UTC 2016
pkgbase = s
- 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
+ pkgdesc = Web search from the terminal. Supports amazon, bing, digg, dockerhub, duckduckgo, github, gist, go, google, npm, npmsearch, pinterest, reddit, soundcloud, stackoverflow, twitter, wikipedia, yahoo, and youtube.
+ pkgver = 0.1.7
+ pkgrel = 0
url = http://github.com/zquestz/s
arch = i686
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- provides = s=0.1.6
+ provides = s=0.1.7
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.1.6.tar.gz
- sha256sums = 8fa431d286319247c644183e7ccc5d054f8d5349e1164d699a03a173cf2fcf7f
+ source = https://github.com/zquestz/s/archive/v0.1.7.tar.gz
+ sha256sums = 561b409914c09ee19363f48e7eeb73bcdfe6eb331cbfa5fbfc4335d19b9bc15f
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index babf49f3cf63..fed832feb5aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.1.6
-pkgrel=1
-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.7
+pkgrel=0
+pkgdesc="Web search from the terminal. Supports amazon, bing, digg, dockerhub, duckduckgo, github, gist, 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=('8fa431d286319247c644183e7ccc5d054f8d5349e1164d699a03a173cf2fcf7f')
+sha256sums=('561b409914c09ee19363f48e7eeb73bcdfe6eb331cbfa5fbfc4335d19b9bc15f')
_gourl="github.com/zquestz/${pkgname}"
build() {