summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Ellithorpe2016-04-25 18:14:25 -0700
committerJosh Ellithorpe2016-04-25 18:14:25 -0700
commitf9f5a23b9b027e26fbd2e58c519bbc40e24d0b86 (patch)
tree3ce34514135024034caefb7e6b8db0a39862bf5a
parent77b00525ccf08e1af2be6d6190b8e7b39a4e6e86 (diff)
downloadaur-f9f5a23b9b027e26fbd2e58c519bbc40e24d0b86.tar.gz
Bump to 0.5.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b773009d7bb..8267dbf188ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Thu Apr 21 18:25:08 UTC 2016
+# Tue Apr 26 01:13:12 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.5.1
- pkgrel = 1
+ pkgver = 0.5.2
+ pkgrel = 0
url = http://github.com/zquestz/s
arch = i686
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- provides = s=0.5.1
+ provides = s=0.5.2
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.5.1.tar.gz
- sha256sums = e78f00bc4bbbd3abc1732078b0e4eb057f5d7ddc42296359c2d3cf6bdba7718b
+ source = https://github.com/zquestz/s/archive/v0.5.2.tar.gz
+ sha256sums = e4e224bffec720d718ac066a329097b5fd05d3c2c1a3c5b071d710abc7104220
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 1fb467635f07..32a737e9932e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.1
-pkgrel=1
+pkgver=0.5.2
+pkgrel=0
pkgdesc="Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow."
arch=('i686' 'x86_64')
url="http://github.com/zquestz/s"
@@ -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=('e78f00bc4bbbd3abc1732078b0e4eb057f5d7ddc42296359c2d3cf6bdba7718b')
+sha256sums=('e4e224bffec720d718ac066a329097b5fd05d3c2c1a3c5b071d710abc7104220')
_gourl="github.com/zquestz/${pkgname}"
build() {