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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Mon Apr 18 19:52:12 UTC 2022


    Date: Monday, April 18, 2022 @ 19:52:12
  Author: alex19ep
Revision: 1187030

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-18 19:52:09 UTC (rev 1187029)
+++ PKGBUILD	2022-04-18 19:52:12 UTC (rev 1187030)
@@ -1,21 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
-
-pkgname=repo
-pkgver=2.22
-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")
-source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed")
-validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65') # Repo Maintainer <repo at android.kernel.org>
-sha256sums=('SKIP')
-
-package() {
-  cd repo
-  install -vDm755 repo "$pkgdir/usr/bin/repo"
-  install -vDm644 docs/manifest-format.md "$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/*
-}

Copied: repo/repos/community-any/PKGBUILD (from rev 1187029, repo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-18 19:52:12 UTC (rev 1187030)
@@ -0,0 +1,21 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+
+pkgname=repo
+pkgver=2.23
+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")
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed")
+validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65') # Repo Maintainer <repo at android.kernel.org>
+sha256sums=('SKIP')
+
+package() {
+  cd repo
+  install -vDm755 repo "$pkgdir/usr/bin/repo"
+  install -vDm644 docs/manifest-format.md "$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/*
+}



More information about the arch-commits mailing list