summaryrefslogtreecommitdiff
path: root/community/the_silver_searcher
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-06 00:03:52 -0800
committerroot <root@rshg054.dnsready.net>2013-03-06 00:03:52 -0800
commit3af1ee89ded5209697eec4e2ecb77cf1f3f19803 (patch)
tree57d232dc9df39b389372f4df52f4353f3b368d2e /community/the_silver_searcher
parent582035722561a5ecbadc13abc26331353d810567 (diff)
Wed Mar 6 00:03:52 PST 2013
Diffstat (limited to 'community/the_silver_searcher')
-rw-r--r--community/the_silver_searcher/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/the_silver_searcher/PKGBUILD b/community/the_silver_searcher/PKGBUILD
index df57c5d07..3d6293130 100644
--- a/community/the_silver_searcher/PKGBUILD
+++ b/community/the_silver_searcher/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 82290 2013-01-14 11:59:53Z arodseth $
+# $Id: PKGBUILD 85733 2013-03-05 21:38:07Z 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.13.1
+pkgver=0.14
pkgrel=1
pkgdesc='Code searching tool similar to Ack, but faster'
-url='http://github.com/ggreer/the_silver_searcher'
+url='https://github.com/ggreer/the_silver_searcher'
license=('Apache')
-depends=('pcre')
+depends=('pcre' 'zlib')
arch=('x86_64' 'i686')
-source=("https://github.com/downloads/ggreer/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('140ded2207259f670e4b866a68cc2577495b63844c7dae101f89078c6b37b6fc')
+source=("https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('9334d6f41685963c41790502fcfd83ed0ac664d94626d9fee44ae5c33c616bb3')
build() {
cd "$srcdir/$pkgname-$pkgver"