summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-01-27 21:11:06 -0800
committerquest2016-01-27 21:11:06 -0800
commit713362a00ef5903bf1287610f8683c66cd3824b4 (patch)
tree78f4268f2c3f4d26dfa162aad3ccc5b5635d3593
parentbe571a1384842ec947a730b4ee2a2ca2cfe30467 (diff)
downloadaur-713362a00ef5903bf1287610f8683c66cd3824b4.tar.gz
Bumped to v0.1.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5452f864c414..d4120ead80a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 28 05:04:51 UTC 2016
+# Thu Jan 28 05:10:59 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.1.10
+ pkgver = 0.1.11
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.1.10
+ provides = s=0.1.11
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.1.10.tar.gz
- sha256sums = d4b808d1f1c8193a684ed3e194523f2569668709f656b753f07ce72cb951e624
+ source = https://github.com/zquestz/s/archive/v0.1.11.tar.gz
+ sha256sums = 7bbab1365624af964e9928dfb7431d9346783b0f5db6f55ade45494030077860
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index d8e80793836c..3dd4fa543597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.1.10
+pkgver=0.1.11
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=('d4b808d1f1c8193a684ed3e194523f2569668709f656b753f07ce72cb951e624')
+sha256sums=('7bbab1365624af964e9928dfb7431d9346783b0f5db6f55ade45494030077860')
_gourl="github.com/zquestz/${pkgname}"
build() {