[arch-commits] Commit in the_silver_searcher/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Feb 9 11:21:24 UTC 2015


    Date: Monday, February 9, 2015 @ 12:21:24
  Author: arodseth
Revision: 127381

upgpkg: the_silver_searcher 0.29.1-1

Modified:
  the_silver_searcher/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-09 10:58:13 UTC (rev 127380)
+++ PKGBUILD	2015-02-09 11:21:24 UTC (rev 127381)
@@ -4,7 +4,7 @@
 # Contributor: skydrome <skydrome at i2pmail.org>
 
 pkgname=the_silver_searcher
-pkgver=0.29.0
+pkgver=0.29.1
 pkgrel=1
 pkgdesc='Code searching tool similar to Ack, but faster'
 url='https://github.com/ggreer/the_silver_searcher'
@@ -20,8 +20,7 @@
 }
 
 build() {
-  cd "$pkgname"
-  ./build.sh
+  "./$pkgname/build.sh"
 }
 
 package() {



More information about the arch-commits mailing list