Date: Tuesday, November 8, 2022 @ 12:16:00
  Author: alerque
Revision: 1345924

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-08 12:15:51 UTC (rev 1345923)
+++ PKGBUILD    2022-11-08 12:16:00 UTC (rev 1345924)
@@ -1,38 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Evan Pitstick <nerdx00 at gmail dot com>
-# Contributor: Chet Gray <[email protected]>
-# Contributor: joni <[email protected]>
-# Contributor: Dieter Plaetinck <[email protected]>
-
-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
-}

Copied: vcsh/repos/community-any/PKGBUILD (from rev 1345923, 
vcsh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-08 12:16:00 UTC (rev 1345924)
@@ -0,0 +1,37 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Evan Pitstick <nerdx00 at gmail dot com>
+# Contributor: Chet Gray <[email protected]>
+# Contributor: joni <[email protected]>
+# Contributor: Dieter Plaetinck <[email protected]>
+
+pkgname=vcsh
+pkgver=2.0.5
+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')
+_archive="$pkgname-$pkgver"
+source=("$url/releases/download/v$pkgver/$_archive.tar.xz")
+sha256sums=('01d01ebe864fa8ee5c740f909f9fe9b89ef92612c578d4f42c8777bf987ac32d')
+
+build() {
+       cd "$_archive"
+       ./configure --prefix /usr
+       make
+}
+
+check() {
+       cd "$_archive"
+       make test
+}
+
+package() {
+       cd "$_archive"
+       make DESTDIR="$pkgdir" install
+}

Reply via email to