summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-01-24 16:51:27 -0800
committerquest2016-01-24 16:51:27 -0800
commitf74dbf4c9552a20db1dd054399b1893efc5e3739 (patch)
tree01d56d13fd1636b3dfe642f32547dbdcdc3ddee9
parentea8f059f0e83d15a765dc35b775ed53165dc2349 (diff)
downloadaur-f74dbf4c9552a20db1dd054399b1893efc5e3739.tar.gz
Added Docker Hub, GitHub and Stack Overflow providers
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fbf0a1e2f7c..265f1d2431b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 24 11:10:48 UTC 2016
+# Mon Jan 25 00:51:02 UTC 2016
pkgbase = s
- pkgdesc = Web search from the terminal. Supports google, reddit, amazon, twitter, wikipedia, yahoo, duckduckgo, and bing.
- pkgver = 0.1.2
+ pkgdesc = Web search from the terminal. Supports google, reddit, amazon, twitter, wikipedia, yahoo, duckduckgo, github, dockerhub, stackoverflow, and bing.
+ pkgver = 0.1.3
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.2
+ provides = s=0.1.3
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.1.2.tar.gz
- sha256sums = 8c9058436e7eb27db66ec4be3499f35e49284aba509b0b2b3506f3d23e7b9307
+ source = https://github.com/zquestz/s/archive/v0.1.3.tar.gz
+ sha256sums = 16712a2941f69a2c313d394c525967583629292d71fbb97537e3b7c89563a7f3
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 2968ca1282e0..51b30be2ab34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
-pkgdesc="Web search from the terminal. Supports google, reddit, amazon, twitter, wikipedia, yahoo, duckduckgo, and bing."
+pkgdesc="Web search from the terminal. Supports google, reddit, amazon, twitter, wikipedia, yahoo, duckduckgo, github, dockerhub, stackoverflow, and bing."
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=('8c9058436e7eb27db66ec4be3499f35e49284aba509b0b2b3506f3d23e7b9307')
+sha256sums=('16712a2941f69a2c313d394c525967583629292d71fbb97537e3b7c89563a7f3')
_gourl="github.com/zquestz/${pkgname}"
build() {