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

Johannes Löthberg demize at archlinux.org
Sat Jul 6 19:36:11 UTC 2019


    Date: Saturday, July 6, 2019 @ 19:36:11
  Author: demize
Revision: 487543

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-06 19:35:45 UTC (rev 487542)
+++ PKGBUILD	2019-07-06 19:36:11 UTC (rev 487543)
@@ -1,28 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=repo
-pkgver=1.13.2
-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 487542, repo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-06 19:36:11 UTC (rev 487543)
@@ -0,0 +1,28 @@
+# 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"
+}



More information about the arch-commits mailing list