[arch-commits] Commit in repo/trunk (PKGBUILD)

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Mon Oct 11 17:25:55 UTC 2021


    Date: Monday, October 11, 2021 @ 17:25:54
  Author: alex19ep
Revision: 1029583

upgpkg: repo 2.17-1

new upstream release, add man pages.

Modified:
  repo/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-11 17:25:11 UTC (rev 1029582)
+++ PKGBUILD	2021-10-11 17:25:54 UTC (rev 1029583)
@@ -1,24 +1,21 @@
 # Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
 
 pkgname=repo
-pkgver=2.16.4
+pkgver=2.17
 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'
-              '16530D5E920F5C65') # Repo Maintainer <repo at android.kernel.org>
 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 -D -m 755 repo "$pkgdir/usr/bin/repo"
-  install -D -m 644 docs/manifest-format.md "$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
+  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