summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Hăloiu2015-10-31 16:12:45 +0200
committerValentin Hăloiu2015-10-31 16:13:14 +0200
commit8277e57342361cd47797062c5a88d10202e997eb (patch)
treeb06a185bbbe250737a329649386f6362459a492f
parent77779be19aaf40f7ecd907d7fa9b3a6901e503c4 (diff)
downloadaur-8277e57342361cd47797062c5a88d10202e997eb.tar.gz
Upgrade pt to 1.7.9 and fix missing GOPATH issue
Thanks to archlinux user pancho for the suggestion https://aur.archlinux.org/packages/the_platinum_searcher/#comment-516430
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccf3b2169940..1aaca03f4cf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = the_platinum_searcher
pkgdesc = A code search tool similar to ack and the_silver_searcher(ag)
- pkgver = 1.7.8
+ pkgver = 1.7.9
pkgrel = 1
url = https://github.com/monochromegane/the_platinum_searcher
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 6030b7852116..5b689aee1f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=the_platinum_searcher
-pkgver=1.7.8
+pkgver=1.7.9
pkgrel=1
pkgdesc="A code search tool similar to ack and the_silver_searcher(ag)"
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ build() {
}
check() {
- GOPATH="$GOPATH:$srcdir" go test -v -x github.com/monochromegane/the_platinum_searcher/
+ GOPATH="$GOPATH${GOPATH+:}$srcdir" go test -v -x github.com/monochromegane/the_platinum_searcher/
}
package() {