summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Ellithorpe2016-08-01 15:43:22 -0700
committerJosh Ellithorpe2016-08-01 15:43:22 -0700
commite04822e981ef46bf4660ce0fdf22adbc97afe282 (patch)
treea667a7996a1bf27fea4b16a94212b9daea741d08
parentf9f5a23b9b027e26fbd2e58c519bbc40e24d0b86 (diff)
downloadaur-e04822e981ef46bf4660ce0fdf22adbc97afe282.tar.gz
Bump version of s to 0.5.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8267dbf188ec..e9bcd645489a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 26 01:13:12 UTC 2016
+# Mon Aug 1 22:43:01 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.5.2
+ pkgver = 0.5.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.5.2
+ provides = s=0.5.4
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.5.2.tar.gz
- sha256sums = e4e224bffec720d718ac066a329097b5fd05d3c2c1a3c5b071d710abc7104220
+ source = https://github.com/zquestz/s/archive/v0.5.4.tar.gz
+ sha256sums = d607d44642b136a6a8dbc27a7867e97a92075ba32e66680a977717a930360ed9
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 32a737e9932e..ecc53e3e1717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.2
+pkgver=0.5.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=('e4e224bffec720d718ac066a329097b5fd05d3c2c1a3c5b071d710abc7104220')
+sha256sums=('d607d44642b136a6a8dbc27a7867e97a92075ba32e66680a977717a930360ed9')
_gourl="github.com/zquestz/${pkgname}"
build() {