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

Alexander Rødseth arodseth at archlinux.org
Mon Oct 20 14:17:16 UTC 2014


    Date: Monday, October 20, 2014 @ 16:17:16
  Author: arodseth
Revision: 121071

upgpkg: the_silver_searcher 0.25.0-1

Modified:
  the_silver_searcher/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-20 14:14:49 UTC (rev 121070)
+++ PKGBUILD	2014-10-20 14:17:16 UTC (rev 121071)
@@ -4,12 +4,12 @@
 # Contributor: skydrome <skydrome at i2pmail.org>
 
 pkgname=the_silver_searcher
-pkgver=0.24.1
+pkgver=0.25.0
 pkgrel=1
 pkgdesc='Code searching tool similar to Ack, but faster'
 url='https://github.com/ggreer/the_silver_searcher'
 license=('Apache')
-depends=('pcre' 'zlib' 'xz')
+depends=('pcre' 'xz')
 makedepends=('git')
 arch=('x86_64' 'i686')
 source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
@@ -16,14 +16,11 @@
 md5sums=('SKIP')
 
 prepare() {
-  cd "$pkgname"
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
 }
 
 build() {
   cd "$pkgname"
-
   ./build.sh
 }
 



More information about the arch-commits mailing list