summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-02-08 00:19:19 -0800
committerquest2016-02-08 00:19:19 -0800
commit3b6421938e93796b1ee62a4244fa0e07a55bf81a (patch)
tree2a8aa1e513f21f54783156cddfd8d90015a73bbe
parentb40266644a422d787b485705fbd454676b8ab036 (diff)
downloadaur-3b6421938e93796b1ee62a4244fa0e07a55bf81a.tar.gz
Bump to 0.3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eaf7281994f..a03e15b1d36b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 05:40:40 UTC 2016
+# Mon Feb 8 08:19:02 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.3.0
+ pkgver = 0.3.1
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.3.0
+ provides = s=0.3.1
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.3.0.tar.gz
- sha256sums = 5a61badaae037dad92ea48696014dbf780bdbf46a65a95d13e732ee9abbb6d72
+ source = https://github.com/zquestz/s/archive/v0.3.1.tar.gz
+ sha256sums = 35a0ec6063ab7236e9d6c9197ec6379fcac1a68e2d6d954287f89d162c224181
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 5e48d9597bd7..4c5ff053e231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.3.0
+pkgver=0.3.1
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=('5a61badaae037dad92ea48696014dbf780bdbf46a65a95d13e732ee9abbb6d72')
+sha256sums=('35a0ec6063ab7236e9d6c9197ec6379fcac1a68e2d6d954287f89d162c224181')
_gourl="github.com/zquestz/${pkgname}"
build() {