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

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Mar 5 21:37:43 UTC 2013


    Date: Tuesday, March 5, 2013 @ 22:37:43
  Author: arodseth
Revision: 85732

upgpkg: the_silver_searcher 0.14-1

Modified:
  the_silver_searcher/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-05 21:06:38 UTC (rev 85731)
+++ PKGBUILD	2013-03-05 21:37:43 UTC (rev 85732)
@@ -4,15 +4,15 @@
 # Contributor: skydrome <skydrome at 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"




More information about the arch-commits mailing list