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

Filipe Laíns ffy00 at archlinux.org
Sat Apr 11 23:45:08 UTC 2020


    Date: Saturday, April 11, 2020 @ 23:45:08
  Author: ffy00
Revision: 613383

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-11 23:45:04 UTC (rev 613382)
+++ PKGBUILD	2020-04-11 23:45:08 UTC (rev 613383)
@@ -1,23 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=repo
-pkgver=2.4.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" "python")
-
-validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65')
-source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed")
-
-sha256sums=('SKIP')
-
-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 613382, repo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-11 23:45:08 UTC (rev 613383)
@@ -0,0 +1,23 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=repo
+pkgver=2.5
+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" "python")
+
+validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65')
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed")
+
+sha256sums=('SKIP')
+
+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