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

Johannes Löthberg demize at archlinux.org
Tue Jan 1 18:05:38 UTC 2019


    Date: Tuesday, January 1, 2019 @ 18:05:38
  Author: demize
Revision: 420209

archrelease: copy trunk to community-any

Added:
  repo/repos/community-any/PKGBUILD
    (from rev 420208, repo/trunk/PKGBUILD)
Deleted:
  repo/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 29 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-01 18:05:33 UTC (rev 420208)
+++ PKGBUILD	2019-01-01 18:05:38 UTC (rev 420209)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-## Maintainer: benklett <b.klettbach at gmail.com>
-
-pkgname=repo
-pkgver=1.12.37
-pkgrel=2
-pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
-arch=('any')
-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"
-}

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



More information about the arch-commits mailing list