[arch-commits] Commit in the_silver_searcher/repos/community-x86_64 (2 files)

Alexander Rødseth arodseth at archlinux.org
Mon Aug 13 11:41:40 UTC 2018


    Date: Monday, August 13, 2018 @ 11:41:39
  Author: arodseth
Revision: 371265

archrelease: copy trunk to community-x86_64

Added:
  the_silver_searcher/repos/community-x86_64/PKGBUILD
    (from rev 371264, the_silver_searcher/trunk/PKGBUILD)
Deleted:
  the_silver_searcher/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-13 11:41:31 UTC (rev 371264)
+++ PKGBUILD	2018-08-13 11:41:39 UTC (rev 371265)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Jeff Horelick <jdhore1 at gmail.com>
-# Contributor: skydrome <skydrome at i2pmail.org>
-
-pkgname=the_silver_searcher
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-arch=('x86_64' 'i686')
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-source=("git+https://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's_configure_configure --prefix=/usr_' $pkgname/build.sh
-}
-
-build() {
-  ./$pkgname/build.sh
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 371264, the_silver_searcher/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-13 11:41:39 UTC (rev 371265)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Jeff Horelick <jdhore1 at gmail.com>
+# Contributor: skydrome <skydrome at i2pmail.org>
+
+pkgname=the_silver_searcher
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+arch=('x86_64')
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+source=("git+https://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's,configure,configure --prefix=/usr,' $pkgname/build.sh
+}
+
+build() {
+  ./$pkgname/build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR="$pkgdir" install
+}
+
+# getver: github.com/ggreer/the_silver_searcher
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list