summaryrefslogtreecommitdiff
path: root/community/the_silver_searcher
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-14 03:31:50 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-14 03:31:50 +0000
commit747b1fd97f3a07a4f9dbb660436b7708c6ee2c43 (patch)
tree9c6ed9681aa290107e9068b3e7907b078480e12c /community/the_silver_searcher
parentaf87d2873bcaaf5a93ccf25da80aa670f89fbe96 (diff)
Wed May 14 03:25:27 UTC 2014
Diffstat (limited to 'community/the_silver_searcher')
-rw-r--r--community/the_silver_searcher/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/the_silver_searcher/PKGBUILD b/community/the_silver_searcher/PKGBUILD
index b25f68b16..8c2d3aac7 100644
--- a/community/the_silver_searcher/PKGBUILD
+++ b/community/the_silver_searcher/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 110246 2014-04-27 19:31:42Z arodseth $
+# $Id: PKGBUILD 111083 2014-05-13 12:15:17Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Jeff Horelick <jdhore1@gmail.com>
# Contributor: skydrome <skydrome@i2pmail.org>
pkgname=the_silver_searcher
-pkgver=0.21.1
+pkgver=0.22.0
pkgrel=1
pkgdesc='Code searching tool similar to Ack, but faster'
url='https://github.com/ggreer/the_silver_searcher'
@@ -12,7 +12,7 @@ license=('Apache')
depends=('pcre' 'zlib' 'xz')
makedepends=('git')
arch=('x86_64' 'i686')
-source=("git://github.com/ggreer/$pkgname.git#commit=ac1e7e4b0cdd37e64f9af7256b8a4568c5546ec2")
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
md5sums=('SKIP')
prepare() {