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

Caleb Maclennan alerque at gemini.archlinux.org
Wed Oct 27 16:04:21 UTC 2021


    Date: Wednesday, October 27, 2021 @ 16:04:21
  Author: alerque
Revision: 1034714

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-27 16:03:29 UTC (rev 1034713)
+++ PKGBUILD	2021-10-27 16:04:21 UTC (rev 1034714)
@@ -1,38 +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.3
-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=('e772596111fb26750bc688d9c836fcd73770b1f24bad08b5ad23189666736204')
-
-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 1034713, vcsh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-27 16:04:21 UTC (rev 1034714)
@@ -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.4
+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=('5bf425d89f474c340fbb47a5df8987573a9ef3928658b3e9876b07cae1333cf2')
+
+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