summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2021-03-06 20:53:09 -1000
committerquest2021-03-06 20:53:09 -1000
commit367e81b35eb65985030e66086efdaaae949fa035 (patch)
treec567a95526a55a4afa383d16faa3dc062573b4d3
parent3d7aa773da961635a966608780a9e9f13931ab40 (diff)
downloadaur-367e81b35eb65985030e66086efdaaae949fa035.tar.gz
Bump to 0.5.15
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3ea2b6eb81b..b1ac01f6de50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.14
+pkgver=0.5.15
pkgrel=1
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")
source=("https://github.com/zquestz/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('c32eedf6a4080cbe221c902cf7f63b1668b3927edfc448d963d69ed66c8ec2fb')
+sha256sums=('d697da32c050d026983a9696d14dace8926838eef9f491937a4f14215b674c6a')
build() {
mkdir -p "${srcdir}/go/src/github.com/zquestz"
@@ -21,9 +21,6 @@ build() {
mv "$pkgname-$pkgver" "$GOPATH/src/github.com/zquestz/s"
cd "$GOPATH/src/github.com/zquestz/s"
- go get -u github.com/FiloSottile/gvt
- $GOBIN/gvt restore
-
go build .
}