summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-01-28 22:33:32 -0800
committerquest2016-01-28 22:33:32 -0800
commite4ce5f7187be1d5d16cf873158250f642c6eb31d (patch)
tree9f2030a0a0c2d3b93586df04fdc1b2df44f11ad1
parent93d3cb978f6bfbc0dd49d5b401dba015ea966bda (diff)
downloadaur-e4ce5f7187be1d5d16cf873158250f642c6eb31d.tar.gz
Updated to 0.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91e222c3d96c..d2d84a3e3d3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 28 05:24:28 UTC 2016
+# Fri Jan 29 06:33:04 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.2.0
+ pkgver = 0.2.1
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.2.0
+ provides = s=0.2.1
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.2.0.tar.gz
- sha256sums = c347316841e75b98f527a112b6c2520d39d6252cd8383046d01946b3d3678472
+ source = https://github.com/zquestz/s/archive/v0.2.1.tar.gz
+ sha256sums = c6a80599ef759388fffbfbc62c3baacc213de830425ec8bfa9253652e9d123cf
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index bfdff7a9328d..b70eea76803b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=0
pkgdesc="Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow."
arch=('i686' 'x86_64')
@@ -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=('c347316841e75b98f527a112b6c2520d39d6252cd8383046d01946b3d3678472')
+sha256sums=('c6a80599ef759388fffbfbc62c3baacc213de830425ec8bfa9253652e9d123cf')
_gourl="github.com/zquestz/${pkgname}"
build() {