summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2017-06-15 06:36:11 +0200
committerpancho horrillo2017-06-15 06:36:11 +0200
commit44b33dff8540de1bf7e2a880f34062dfc39aabca (patch)
tree38bbacab04776ae9d62b50a03e5d80508164f1c5
parent4153e7caebe4b164cbb44894bdc7cf665a713da1 (diff)
downloadaur-44b33dff8540de1bf7e2a880f34062dfc39aabca.tar.gz
Build from c7d8eec... to fix a build issue with v2.1.5
See the upstream changelog¹ for the change applied. ¹: https://github.com/monochromegane/the_platinum_searcher/commit/c7d8eec66dca50773e6b4ee7dfdad2174860b9b1
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe4e8d4ab8bc..7b7b4b07a540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,9 @@ build() {
mkdir -p "$repodir"
mv "$srcdir"/$pkgname "$repodir"
cd "$repodir"/$pkgname
- git checkout -q v$pkgver
+ #git checkout -q v$pkgver
+ # v2.1.5 + fix to build issue
+ git checkout -q c7d8eec66dca50773e6b4ee7dfdad2174860b9b1
GOPATH="$srcdir" go get -v ./...
}