summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaab0685c68c..69f850081012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.6.8
- pkgrel = 3
+ pkgver = 0.6.9
+ pkgrel = 1
url = http://github.com/zquestz/s
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = s
provides = s
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.6.8.tar.gz
- sha256sums = fe554cfcd7d30d11bc50a3f6da3301993f71e9d7546dc0815c1c1af2639e2b2f
+ source = https://github.com/zquestz/s/archive/v0.6.9.tar.gz
+ sha256sums = 7097264e7da0e7ac209e5be5e50f07f17593e2753607325870131af3000ccaf2
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 969fee94ebfc..f342730b4fe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.6.8
-pkgrel=3
+pkgver=0.6.9
+pkgrel=1
pkgdesc="Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow."
arch=('i686' 'x86_64')
url="http://github.com/zquestz/s"
@@ -11,7 +11,7 @@ makedepends=('go' 'git')
options=('!strip' '!emptydirs')
provides=("s")
source=("https://github.com/zquestz/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('fe554cfcd7d30d11bc50a3f6da3301993f71e9d7546dc0815c1c1af2639e2b2f')
+sha256sums=('7097264e7da0e7ac209e5be5e50f07f17593e2753607325870131af3000ccaf2')
build() {
mkdir -p "${srcdir}/go/src/github.com/zquestz"