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

Caleb Maclennan alerque at gemini.archlinux.org
Sat Aug 28 20:49:58 UTC 2021


    Date: Saturday, August 28, 2021 @ 20:49:58
  Author: alerque
Revision: 1007833

archrelease: copy trunk to community-any

Added:
  vcsh/repos/community-any/PKGBUILD
    (from rev 1007832, vcsh/trunk/PKGBUILD)
Deleted:
  vcsh/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-28 20:49:36 UTC (rev 1007832)
+++ PKGBUILD	2021-08-28 20:49:58 UTC (rev 1007833)
@@ -1,39 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Evan Pitstick <nerdx00 at gmail dot com>
-# Contributor: Chet Gray <chetgray at gmail.com>
-# Contributor: joni <kljohann at gmail.com>
-# Contributor: Dieter Plaetinck <dieter at plaetinck.be>
-
-pkgname=vcsh
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Version Control System for $HOME that manages multiple Git repositories'
-arch=(any)
-url="https://github.com/RichiH/$pkgname"
-license=(GPL)
-depends=(git)
-makedepends=(ruby-ronn)
-checkdepends=(perl
-              perl-shell-command
-              perl-test-most)
-source=("$pkgname::git+$url.git")
-_archive="$pkgname-$pkgver"
-source=("$url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('7bfe24dea6e332a562db7564727041a7ff59344491a8b8961143461314502060')
-
-
-build() {
-	cd "$_archive"
-	./configure --prefix /usr
-	make
-}
-
-check() {
-	cd "$_archive"
-	make test
-}
-
-package() {
-	cd "$_archive"
-	make DESTDIR="$pkgdir" install
-}

Copied: vcsh/repos/community-any/PKGBUILD (from rev 1007832, vcsh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-28 20:49:58 UTC (rev 1007833)
@@ -0,0 +1,38 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Evan Pitstick <nerdx00 at gmail dot com>
+# Contributor: Chet Gray <chetgray at gmail.com>
+# Contributor: joni <kljohann at gmail.com>
+# Contributor: Dieter Plaetinck <dieter at plaetinck.be>
+
+pkgname=vcsh
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='Version Control System for $HOME that manages multiple Git repositories'
+arch=(any)
+url="https://github.com/RichiH/$pkgname"
+license=(GPL)
+depends=(git)
+checkdepends=(perl
+              perl-shell-command
+              perl-test-most)
+optdepends=('myrepos: manage multiple vcsh repos through mr')
+source=("$pkgname::git+$url.git")
+_archive="$pkgname-$pkgver"
+source=("$url/releases/download/v$pkgver/$_archive.tar.xz")
+sha256sums=('2769e01c8f2fcdaa32cc9f48e86124f3d7c2e93465c75eff33634fa22a86da68')
+
+build() {
+	cd "$_archive"
+	./configure --prefix /usr
+	make
+}
+
+check() {
+	cd "$_archive"
+	make test
+}
+
+package() {
+	cd "$_archive"
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list