summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-01-24 03:10:03 -0800
committerquest2016-01-24 03:10:03 -0800
commit5916d2319d0efe007cb7b40a59f2691fa5b9c882 (patch)
tree3b8ca7e2172c0883db67d1c29dee03f38f6f1202
parent405e4279b566b00c21bcb0edccbdf910496f4848 (diff)
downloadaur-5916d2319d0efe007cb7b40a59f2691fa5b9c882.tar.gz
Bumped to v0.1.2 which hsa twitter support
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 256b3393b6be..ae786c35678d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 24 10:50:54 UTC 2016
+# Sun Jan 24 11:09:50 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports google, reddit, amazon, wikipedia, yahoo, duckduckgo, and bing.
- pkgver = 0.1.1
+ pkgver = 0.1.2
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.1
+ provides = s=0.1.2
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.1.1.tar.gz
- sha256sums = 64aceb91b657e0d694de2cc4a006d34abc5b3413fd1c6c55a96a696be42f9f49
+ source = https://github.com/zquestz/s/archive/v0.1.2.tar.gz
+ sha256sums = 8c9058436e7eb27db66ec4be3499f35e49284aba509b0b2b3506f3d23e7b9307
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 700d72aa96ec..25fcbcb498f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="Web search from the terminal. Supports google, reddit, amazon, wikipedia, yahoo, duckduckgo, and bing."
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=('64aceb91b657e0d694de2cc4a006d34abc5b3413fd1c6c55a96a696be42f9f49')
+sha256sums=('8c9058436e7eb27db66ec4be3499f35e49284aba509b0b2b3506f3d23e7b9307')
_gourl="github.com/zquestz/${pkgname}"
build() {