summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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() {