summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {