summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-02-17 17:40:17 -0800
committerquest2016-02-17 17:40:17 -0800
commit66356bd2ab68f6f0e2be366174d4cda3061bc507 (patch)
treead666be0a52b22a32526636c25aa808b5011b4c0
parent8e4fa9da4bb1f3223824eba910afe5cb8bad1a46 (diff)
downloadaur-66356bd2ab68f6f0e2be366174d4cda3061bc507.tar.gz
Update to 0.4.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e84a6ee27749..ca4456cb9f42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 13 07:15:50 UTC 2016
+# Thu Feb 18 01:39:44 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.4.1
+ pkgver = 0.4.2
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.4.1
+ provides = s=0.4.2
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.4.1.tar.gz
- sha256sums = 8df649412f88974af112517e57db70fd94f361d9ea691d8f63498b8cefa9cc6f
+ source = https://github.com/zquestz/s/archive/v0.4.2.tar.gz
+ sha256sums = 12f1e9ff5d52703d8e8e14755c8b34d3c15d9f39295222c16860077c15cef807
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 9d07c032082b..1d204f5da4a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.4.1
+pkgver=0.4.2
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=('8df649412f88974af112517e57db70fd94f361d9ea691d8f63498b8cefa9cc6f')
+sha256sums=('12f1e9ff5d52703d8e8e14755c8b34d3c15d9f39295222c16860077c15cef807')
_gourl="github.com/zquestz/${pkgname}"
build() {