summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-02-27 15:55:07 -0800
committerquest2016-02-27 15:55:07 -0800
commit55068f41444df83f535758e283df18dc9158d156 (patch)
tree598a7b4c832a898395d10f60b618d605b2ca300d
parentfe1d361f9365e916bc09599527328194058b6724 (diff)
downloadaur-55068f41444df83f535758e283df18dc9158d156.tar.gz
Bump to 0.4.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc35be896075..73a015c0b534 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 25 08:21:49 UTC 2016
+# Sat Feb 27 23:55:00 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.4.3
+ pkgver = 0.4.4
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.3
+ provides = s=0.4.4
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.4.3.tar.gz
- sha256sums = 904b2293ba8018b030b4ded9b9a1b19d1d5af562352e5ef0c0d2c104623eb3ea
+ source = https://github.com/zquestz/s/archive/v0.4.4.tar.gz
+ sha256sums = 5b02ecd8358bea59f0d919c5a5723374742cf49a74f766f4fbb1de77aae89224
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 27b62fb221a7..01e60789c83b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.4.3
+pkgver=0.4.4
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=('904b2293ba8018b030b4ded9b9a1b19d1d5af562352e5ef0c0d2c104623eb3ea')
+sha256sums=('5b02ecd8358bea59f0d919c5a5723374742cf49a74f766f4fbb1de77aae89224')
_gourl="github.com/zquestz/${pkgname}"
build() {