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

Alexander Rødseth arodseth at archlinux.org
Mon Jun 5 20:20:09 UTC 2017


    Date: Monday, June 5, 2017 @ 20:20:09
  Author: arodseth
Revision: 234413

upgpkg: the_silver_searcher 2.0.0-1

Modified:
  the_silver_searcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-05 20:12:43 UTC (rev 234412)
+++ PKGBUILD	2017-06-05 20:20:09 UTC (rev 234413)
@@ -4,7 +4,7 @@
 # Contributor: skydrome <skydrome at i2pmail.org>
 
 pkgname=the_silver_searcher
-pkgver=1.0.3
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Code searching tool similar to Ack, but faster'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 license=('Apache')
 depends=('pcre' 'xz')
 makedepends=('git')
-source=("git+https://github.com/ggreer/$pkgname.git#commit=2be9f9003dbeb5754bc52957d6b08ab576b513bb")
+source=("git+https://github.com/ggreer/$pkgname.git#commit=99cf1834ce2c038c184d64793aaa6686381c49c5")
 md5sums=('SKIP')
 
 prepare() {
@@ -27,4 +27,4 @@
   make -C "$pkgname" DESTDIR="$pkgdir" install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list