[arch-commits] Commit in the_silver_searcher/repos (4 files)

Alexander Rødseth arodseth at archlinux.org
Fri Sep 1 12:11:32 UTC 2017


    Date: Friday, September 1, 2017 @ 12:11:31
  Author: arodseth
Revision: 255234

archrelease: copy trunk to community-x86_64, community-i686

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

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ----------------------
 community-x86_64/PKGBUILD |   30 ----------------------
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-01 12:11:18 UTC (rev 255233)
+++ community-i686/PKGBUILD	2017-09-01 12:11:31 UTC (rev 255234)
@@ -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.0.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#commit=99cf1834ce2c038c184d64793aaa6686381c49c5")
-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-i686/PKGBUILD (from rev 255233, the_silver_searcher/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-01 12:11:31 UTC (rev 255234)
@@ -0,0 +1,30 @@
+# $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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-01 12:11:18 UTC (rev 255233)
+++ community-x86_64/PKGBUILD	2017-09-01 12:11:31 UTC (rev 255234)
@@ -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.0.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#commit=99cf1834ce2c038c184d64793aaa6686381c49c5")
-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 255233, the_silver_searcher/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-01 12:11:31 UTC (rev 255234)
@@ -0,0 +1,30 @@
+# $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:



More information about the arch-commits mailing list