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

Johannes Löthberg demize at archlinux.org
Tue Jan 1 18:05:35 UTC 2019


    Date: Tuesday, January 1, 2019 @ 18:05:33
  Author: demize
Revision: 420208

upgpkg: repo 1.13.1-2

Modified:
  repo/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-01 18:03:18 UTC (rev 420207)
+++ PKGBUILD	2019-01-01 18:05:33 UTC (rev 420208)
@@ -2,24 +2,28 @@
 ## Maintainer: benklett <b.klettbach at gmail.com>
 
 pkgname=repo
-pkgver=1.12.37
+pkgver=1.13.1
 pkgrel=2
+
 pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+url="https://android.googlesource.com/tools/repo"
 arch=('any')
-url="https://android.googlesource.com/tools/repo"
 license=("APACHE")
+
 depends=("git" "python2")
 makedepends=("git")
+
 source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver")
+
 sha256sums=('SKIP')
 
 prepare() {
-  cd ${pkgname}
+  cd repo
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' repo
 }
 
 package() {
-  cd ${pkgname}
-  install -D -m 755 repo "${pkgdir}/usr/bin/repo"
-  install -D -m 644 docs/manifest-format.txt "${pkgdir}/usr/share/doc/${pkgname}/manifest-format.txt"
+  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