summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-03-28 22:50:33 -0700
committerquest2016-03-28 22:50:33 -0700
commit0257849b945ab2ba1d5c83f5e9344cffb3b9d558 (patch)
treed44479ff9bec470899dd2eb75e35336ea55cfd24
parent2a272ed612da70fcb6d7e0271477c2936e08819a (diff)
downloadaur-0257849b945ab2ba1d5c83f5e9344cffb3b9d558.tar.gz
Updated to 0.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 339992f70bc3..6caaa904888c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 11 05:40:13 UTC 2016
+# Tue Mar 29 05:50:14 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.4.5
+ pkgver = 0.5.0
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.4.5
+ provides = s=0.5.0
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.4.5.tar.gz
- sha256sums = 5c6cc19f3e66b5a98eb757e7b42d6faaceeff3c88a3d4c57af2107ac3be20a19
+ source = https://github.com/zquestz/s/archive/v0.5.0.tar.gz
+ sha256sums = 338c112a407c5bd2b302a5f3034eaa65da4c34389dd0280805d08a91ebb04183
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index f5134c46e00a..0e708e000a9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.4.5
+pkgver=0.5.0
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=('5c6cc19f3e66b5a98eb757e7b42d6faaceeff3c88a3d4c57af2107ac3be20a19')
+sha256sums=('338c112a407c5bd2b302a5f3034eaa65da4c34389dd0280805d08a91ebb04183')
_gourl="github.com/zquestz/${pkgname}"
build() {