summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-02-25 00:21:59 -0800
committerquest2016-02-25 00:21:59 -0800
commitfe1d361f9365e916bc09599527328194058b6724 (patch)
tree77b95bffd61177936c411b4e50d3e5c1fceda166
parent66356bd2ab68f6f0e2be366174d4cda3061bc507 (diff)
downloadaur-fe1d361f9365e916bc09599527328194058b6724.tar.gz
Bump to 0.4.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca4456cb9f42..bc35be896075 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 18 01:39:44 UTC 2016
+# Thu Feb 25 08:21:49 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.4.2
+ pkgver = 0.4.3
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.2
+ provides = s=0.4.3
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.4.2.tar.gz
- sha256sums = 12f1e9ff5d52703d8e8e14755c8b34d3c15d9f39295222c16860077c15cef807
+ source = https://github.com/zquestz/s/archive/v0.4.3.tar.gz
+ sha256sums = 904b2293ba8018b030b4ded9b9a1b19d1d5af562352e5ef0c0d2c104623eb3ea
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 1d204f5da4a3..27b62fb221a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.4.2
+pkgver=0.4.3
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=('12f1e9ff5d52703d8e8e14755c8b34d3c15d9f39295222c16860077c15cef807')
+sha256sums=('904b2293ba8018b030b4ded9b9a1b19d1d5af562352e5ef0c0d2c104623eb3ea')
_gourl="github.com/zquestz/${pkgname}"
build() {