[arch-commits] Commit in repo/repos (3 files)

Johannes Löthberg demize at archlinux.org
Wed Oct 2 17:01:37 UTC 2019


    Date: Wednesday, October 2, 2019 @ 17:01:37
  Author: demize
Revision: 512438

db-move: moved repo from [community-testing] to [community] (any)

Added:
  repo/repos/community-any/PKGBUILD
    (from rev 512437, repo/repos/community-testing-any/PKGBUILD)
Deleted:
  repo/repos/community-any/PKGBUILD
  repo/repos/community-testing-any/

------------------------+
 /PKGBUILD              |   28 ++++++++++++++++++++++++++++
 community-any/PKGBUILD |   28 ----------------------------
 2 files changed, 28 insertions(+), 28 deletions(-)

Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD	2019-10-02 17:01:35 UTC (rev 512437)
+++ community-any/PKGBUILD	2019-10-02 17:01:37 UTC (rev 512438)
@@ -1,28 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=repo
-pkgver=1.13.3
-pkgrel=1
-
-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"
-}

Copied: repo/repos/community-any/PKGBUILD (from rev 512437, repo/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-10-02 17:01:37 UTC (rev 512438)
@@ -0,0 +1,28 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=repo
+pkgver=1.13.6
+pkgrel=1
+
+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