summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-02-06 21:41:47 -0800
committerquest2016-02-06 21:41:47 -0800
commitb40266644a422d787b485705fbd454676b8ab036 (patch)
treea55bc94aa44d8f3c84173cf067e63bb298f8c799
parente4ce5f7187be1d5d16cf873158250f642c6eb31d (diff)
downloadaur-b40266644a422d787b485705fbd454676b8ab036.tar.gz
Bumped to 0.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2d84a3e3d3a..9eaf7281994f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 06:33:04 UTC 2016
+# Sun Feb 7 05:40:40 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.2.1
+ pkgver = 0.3.0
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.2.1
+ provides = s=0.3.0
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.2.1.tar.gz
- sha256sums = c6a80599ef759388fffbfbc62c3baacc213de830425ec8bfa9253652e9d123cf
+ source = https://github.com/zquestz/s/archive/v0.3.0.tar.gz
+ sha256sums = 5a61badaae037dad92ea48696014dbf780bdbf46a65a95d13e732ee9abbb6d72
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index b70eea76803b..5e48d9597bd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.2.1
+pkgver=0.3.0
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=('c6a80599ef759388fffbfbc62c3baacc213de830425ec8bfa9253652e9d123cf')
+sha256sums=('5a61badaae037dad92ea48696014dbf780bdbf46a65a95d13e732ee9abbb6d72')
_gourl="github.com/zquestz/${pkgname}"
build() {