summaryrefslogtreecommitdiff
path: root/community/the_silver_searcher/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/the_silver_searcher/PKGBUILD')
-rw-r--r--community/the_silver_searcher/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/the_silver_searcher/PKGBUILD b/community/the_silver_searcher/PKGBUILD
index 3d6293130..cd1d72b87 100644
--- a/community/the_silver_searcher/PKGBUILD
+++ b/community/the_silver_searcher/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 85733 2013-03-05 21:38:07Z arodseth $
+# $Id: PKGBUILD 94746 2013-07-29 21:17:53Z 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.14
+pkgver=0.15
pkgrel=1
pkgdesc='Code searching tool similar to Ack, but faster'
url='https://github.com/ggreer/the_silver_searcher'
license=('Apache')
-depends=('pcre' 'zlib')
+depends=('pcre' 'zlib' 'xz')
arch=('x86_64' 'i686')
-source=("https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('9334d6f41685963c41790502fcfd83ed0ac664d94626d9fee44ae5c33c616bb3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('bb05e329148315a9791cfa5cc1f7db4681e44476729971b4b3b7c2845a635748')
build() {
cd "$srcdir/$pkgname-$pkgver"