[arch-commits] Commit in repo/repos/community-i686 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Jan 30 12:36:38 UTC 2017


    Date: Monday, January 30, 2017 @ 12:36:37
  Author: spupykin
Revision: 209491

archrelease: copy trunk to community-i686

Added:
  repo/repos/community-i686/PKGBUILD
    (from rev 209490, repo/trunk/PKGBUILD)
Deleted:
  repo/repos/community-i686/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-30 12:36:27 UTC (rev 209490)
+++ PKGBUILD	2017-01-30 12:36:37 UTC (rev 209491)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-## Maintainer: benklett <b.klettbach at gmail.com>
-
-pkgname=repo
-pkgver=1.12.34
-pkgrel=1
-pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
-arch=("i686" "x86_64")
-url="http://source.android.com/source/git-repo.html"
-license=("APACHE")
-depends=("git" "python2")
-makedepends=("git")
-source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' repo
-}
-
-package() {
-  cd ${pkgname}
-  install -D -m 755 repo "${pkgdir}/usr/bin/repo"
-  install -D -m 644 docs/manifest-format.txt "${pkgdir}/usr/share/doc/${pkgname}/manifest-format.txt"
-}

Copied: repo/repos/community-i686/PKGBUILD (from rev 209490, repo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-30 12:36:37 UTC (rev 209491)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+## Maintainer: benklett <b.klettbach at gmail.com>
+
+pkgname=repo
+pkgver=1.12.37
+pkgrel=1
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+arch=("i686" "x86_64")
+url="https://android.googlesource.com/tools/repo"
+license=("APACHE")
+depends=("git" "python2")
+makedepends=("git")
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' repo
+}
+
+package() {
+  cd ${pkgname}
+  install -D -m 755 repo "${pkgdir}/usr/bin/repo"
+  install -D -m 644 docs/manifest-format.txt "${pkgdir}/usr/share/doc/${pkgname}/manifest-format.txt"
+}



More information about the arch-commits mailing list