PSA: I've started hosting this as a prebuilt package in my repository for those that want to install it using pacman
without messing around with building from the AUR.
Search Criteria
Package Details: vcsh 1.20151229-3
Git Clone URL: | https://aur.archlinux.org/vcsh.git (read-only, click to copy) |
---|---|
Package Base: | vcsh |
Description: | manage config files in HOME via fake bare git repositories |
Upstream URL: | https://github.com/RichiH/vcsh |
Licenses: | |
Submitter: | chetgray |
Maintainer: | caleb |
Last Packager: | caleb |
Votes: | 24 |
Popularity: | 0.000430 |
First Submitted: | 2013-09-24 08:41 |
Last Updated: | 2020-02-24 06:58 |
Dependencies (2)
- git (git-git)
- myrepos (myrepos-git) (optional) – helps manage a large number of repositories
Required by (2)
- myrepos (optional)
- myrepos-git (optional)
Sources (1)
caleb commented on 2020-02-24 06:51
xaocon commented on 2016-01-24 17:52
Thanks @akraut. pkgrel is really for versioning the package instead of the software so i didn't use your patch directly but it saved me some work. Thanks.
akraut commented on 2016-01-19 03:46
From 78166d76f1a4d8db55f6fa39f956aa783b470b52 Mon Sep 17 00:00:00 2001
From: Andrew Kraut <akraut@gmail.com>
Date: Mon, 18 Jan 2016 19:44:20 -0800
Subject: [PATCH] update version information
---
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index 5b0ffb1..7dad384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Dieter Plaetinck <dieter@plaetinck.be>
pkgname=vcsh
-pkgver=1.20150502
+pkgver=1.20151229
pkgrel=1
pkgdesc='manage config files in HOME via fake bare git repositories'
arch=('any')
@@ -12,9 +12,9 @@ url='https://github.com/RichiH/vcsh'
license=('GPL')
depends=('git')
optdepends=('myrepos: helps manage a large number of repositories')
-source=("https://github.com/RichiH/vcsh/archive/v${pkgver}.zip")
-_src_dir="vcsh-${pkgver}"
-sha256sums=('4b39f229f6149e46f07a98fc3cb284f4c7e37b99b35f84b2365032e360dcf61f')
+source=("https://github.com/RichiH/vcsh/archive/v${pkgver}-${pkgrel}.zip")
+_src_dir="vcsh-${pkgver}-${pkgrel}"
+sha256sums=('fbdfc75f2d10520ffd9bf16acdbebf609c73a093ba95fcf73194fed1ed8d177d')
prepare() {
cd "$srcdir/$_src_dir"
--
2.7.0
momorientes commented on 2015-06-03 09:56
@Blissfull fixed
Blissfull commented on 2015-06-02 22:23
Shouldn't perl-shell-command and perl-test-most be deps?
tjaart commented on 2015-05-25 15:38
I tried to install this package, but I got an error on the checksum. After updating the PKGBUILD manually with the new checksum it worked.
chetgray commented on 2014-06-12 21:31
Upstream is building manpages in the manpage-static branch. Pulling source from that branch, ruby-ronn is no longer a build requirement. I don't use vcsh any more, so I'm disowning. Feel free to take over.
chetgray commented on 2014-03-17 01:42
kazuo:
Apologies. Upstream is now pre-building vcsh.1 from vcsh.1.ronn in the repo, so ruby-ronn will soon not be a build-depends. I removed it as a build-depends from the vcsh-git PKGBUILD, but removing it from this one was premature, as I forgot that the release build hasn't seen the change yet. Fixed with pkgrel 3.
chetgray commented on 2014-03-17 01:41
kazuo:
Appologies. Upstream is now pre-building vcsh.1 from vcsh.1.ronn in the repo, so ruby-ronn will soon not be a build-depends. I removed it as a build-depends from the vcsh-git PKGBUILD, but removing it from this one was premature, as I forgot that the release build hasn't seen the change yet. Fixed with pkgrel 3.
kazuo commented on 2014-03-16 14:31
ronn < doc/vcsh.1.ronn > vcsh.1 || rm vcsh.1
/bin/sh: ronn: command not found
The PKGBUILD need ruby-ronn in the makedepends array correct?
Pinned Comments
caleb commented on 2020-02-24 06:51
PSA: I've started hosting this as a prebuilt package in my repository for those that want to install it using
pacman
without messing around with building from the AUR.