summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-01-24 02:49:09 -0800
committerquest2016-01-24 02:49:09 -0800
commit463f9b78bdc2d69b44a78a521fdfbf3a80c9e256 (patch)
tree9db1aaa5dd7abddd034fff7594099eafe2b7f2ee
parentabc60b5658231697eb17db29d2e28e7c6dedb28a (diff)
downloadaur-463f9b78bdc2d69b44a78a521fdfbf3a80c9e256.tar.gz
Bumped to release 0.1.1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d1298ed7648..8aa578d2bc21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
-pkgdesc="Web search from the terminal. Just opens your default browser."
+pkgdesc="Web search from the terminal. Supports google, reddit, amazon, wikipedia, yahoo, duckduckgo, and bing"
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=('865e264ec56bce7ca77045ec2b723452efff578b469d35061f2ee2437d828dc4')
+sha256sums=('64aceb91b657e0d694de2cc4a006d34abc5b3413fd1c6c55a96a696be42f9f49')
_gourl="github.com/zquestz/${pkgname}"
build() {