summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-01-24 20:06:42 -0800
committerquest2016-01-24 20:06:42 -0800
commit84525f720630866c6f0050bb2167fde55533f194 (patch)
tree18737f795457730b0d597e69cae4c74a7b13aed3
parentf74dbf4c9552a20db1dd054399b1893efc5e3739 (diff)
downloadaur-84525f720630866c6f0050bb2167fde55533f194.tar.gz
Bumped to 0.1.5
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 265f1d2431b1..cb77b1b28cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 25 00:51:02 UTC 2016
+# Mon Jan 25 04:06:18 UTC 2016
pkgbase = s
- pkgdesc = Web search from the terminal. Supports google, reddit, amazon, twitter, wikipedia, yahoo, duckduckgo, github, dockerhub, stackoverflow, and bing.
- pkgver = 0.1.3
+ pkgdesc = Web search from the terminal. Supports amazon, bing, digg, dockerhub, duckduckgo, github, google, pinterest, reddit, soundcloud, stackoverflow, twitter, wikipedia, and yahoo.
+ pkgver = 0.1.5
pkgrel = 1
url = http://github.com/zquestz/s
arch = i686
@@ -10,11 +10,11 @@ pkgbase = s
license = MIT
makedepends = go
makedepends = git
- provides = s=0.1.3
+ provides = s=0.1.5
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.1.3.tar.gz
- sha256sums = 16712a2941f69a2c313d394c525967583629292d71fbb97537e3b7c89563a7f3
+ source = https://github.com/zquestz/s/archive/v0.1.5.tar.gz
+ sha256sums = 984903a8e3f7465bb85f6aef317da2743ae1715c73cb379291b90c3816fdff7f
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 51b30be2ab34..661e2408f5c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.1.3
+pkgver=0.1.5
pkgrel=1
-pkgdesc="Web search from the terminal. Supports google, reddit, amazon, twitter, wikipedia, yahoo, duckduckgo, github, dockerhub, stackoverflow, and bing."
+pkgdesc="Web search from the terminal. Supports amazon, bing, digg, dockerhub, duckduckgo, github, google, pinterest, reddit, soundcloud, stackoverflow, twitter, wikipedia, and yahoo."
arch=('i686' 'x86_64')
url="http://github.com/zquestz/s"
license=('MIT')
@@ -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=('16712a2941f69a2c313d394c525967583629292d71fbb97537e3b7c89563a7f3')
+sha256sums=('984903a8e3f7465bb85f6aef317da2743ae1715c73cb379291b90c3816fdff7f')
_gourl="github.com/zquestz/${pkgname}"
build() {