summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2016-02-12 23:15:59 -0800
committerquest2016-02-12 23:15:59 -0800
commit8e4fa9da4bb1f3223824eba910afe5cb8bad1a46 (patch)
treea245c5d1cc0398f289ff3e83038891730f7cd08c
parent3b6421938e93796b1ee62a4244fa0e07a55bf81a (diff)
downloadaur-8e4fa9da4bb1f3223824eba910afe5cb8bad1a46.tar.gz
Update to 0.4.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a03e15b1d36b..e84a6ee27749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 8 08:19:02 UTC 2016
+# Sat Feb 13 07:15:50 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.3.1
+ pkgver = 0.4.1
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.3.1
+ provides = s=0.4.1
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.3.1.tar.gz
- sha256sums = 35a0ec6063ab7236e9d6c9197ec6379fcac1a68e2d6d954287f89d162c224181
+ source = https://github.com/zquestz/s/archive/v0.4.1.tar.gz
+ sha256sums = 8df649412f88974af112517e57db70fd94f361d9ea691d8f63498b8cefa9cc6f
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 4c5ff053e231..9d07c032082b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.3.1
+pkgver=0.4.1
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=('35a0ec6063ab7236e9d6c9197ec6379fcac1a68e2d6d954287f89d162c224181')
+sha256sums=('8df649412f88974af112517e57db70fd94f361d9ea691d8f63498b8cefa9cc6f')
_gourl="github.com/zquestz/${pkgname}"
build() {