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

Filipe Laíns ffy00 at archlinux.org
Tue Dec 10 17:15:46 UTC 2019


    Date: Tuesday, December 10, 2019 @ 17:15:46
  Author: ffy00
Revision: 536531

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-10 17:15:32 UTC (rev 536530)
+++ PKGBUILD	2019-12-10 17:15:46 UTC (rev 536531)
@@ -1,27 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=repo
-pkgver=1.13.7.1
-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")
-
-source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed")
-
-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 536530, repo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-10 17:15:46 UTC (rev 536531)
@@ -0,0 +1,27 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=repo
+pkgver=1.13.8
+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")
+
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed")
+
+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