summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-03-10 21:40:20 -0800
committerquest2016-03-10 21:40:20 -0800
commit2a272ed612da70fcb6d7e0271477c2936e08819a (patch)
tree8f0c99ceb8323ccf46a762626f2598b382924f16
parent55068f41444df83f535758e283df18dc9158d156 (diff)
downloadaur-2a272ed612da70fcb6d7e0271477c2936e08819a.tar.gz
Updated to 0.4.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73a015c0b534..339992f70bc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 27 23:55:00 UTC 2016
+# Fri Mar 11 05:40:13 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.4.4
+ pkgver = 0.4.5
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.4
+ provides = s=0.4.5
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.4.4.tar.gz
- sha256sums = 5b02ecd8358bea59f0d919c5a5723374742cf49a74f766f4fbb1de77aae89224
+ source = https://github.com/zquestz/s/archive/v0.4.5.tar.gz
+ sha256sums = 5c6cc19f3e66b5a98eb757e7b42d6faaceeff3c88a3d4c57af2107ac3be20a19
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 01e60789c83b..f5134c46e00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.4.4
+pkgver=0.4.5
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=('5b02ecd8358bea59f0d919c5a5723374742cf49a74f766f4fbb1de77aae89224')
+sha256sums=('5c6cc19f3e66b5a98eb757e7b42d6faaceeff3c88a3d4c57af2107ac3be20a19')
_gourl="github.com/zquestz/${pkgname}"
build() {