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

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


    Date: Saturday, August 28, 2021 @ 20:49:10
  Author: alerque
Revision: 1007830

upgpkg: vcsh 2.0.1-1; ronn no longer required at build time

Modified:
  vcsh/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-28 20:48:52 UTC (rev 1007829)
+++ PKGBUILD	2021-08-28 20:49:10 UTC (rev 1007830)
@@ -5,7 +5,7 @@
 # Contributor: Dieter Plaetinck <dieter at plaetinck.be>
 
 pkgname=vcsh
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='Version Control System for $HOME that manages multiple Git repositories'
 arch=(any)
@@ -12,16 +12,15 @@
 url="https://github.com/RichiH/$pkgname"
 license=(GPL)
 depends=(git)
-makedepends=(ruby-ronn)
 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=('7bfe24dea6e332a562db7564727041a7ff59344491a8b8961143461314502060')
+sha256sums=('2769e01c8f2fcdaa32cc9f48e86124f3d7c2e93465c75eff33634fa22a86da68')
 
-
 build() {
 	cd "$_archive"
 	./configure --prefix /usr



More information about the arch-commits mailing list