Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
vcsh
Commits:
42eb9892 by Caleb Maclennan at 2024-02-27T14:09:00+03:00
upgpkg: 2.0.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = vcsh
pkgdesc = Version Control System for $HOME that manages multiple Git
repositories
- pkgver = 2.0.7
+ pkgver = 2.0.8
pkgrel = 1
url = https://github.com/RichiH/vcsh
arch = any
@@ -10,7 +10,7 @@ pkgbase = vcsh
checkdepends = perl-test-most
depends = git
optdepends = myrepos: manage multiple vcsh repos through mr
- source =
https://github.com/RichiH/vcsh/releases/download/v2.0.7/vcsh-2.0.7.tar.xz
- sha256sums =
471e720420d1a8537284fd0f7e8a36ba99fbb78621e61c5380d2a632d698ff4f
+ source =
https://github.com/RichiH/vcsh/releases/download/v2.0.8/vcsh-2.0.8.tar.xz
+ sha256sums =
560440defe4f20ac22ce65e873c7ff60ca0c08318524afe6dae86adc4b13d714
pkgname = vcsh
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Dieter Plaetinck <[email protected]>
pkgname=vcsh
-pkgver=2.0.7
+pkgver=2.0.8
pkgrel=1
pkgdesc='Version Control System for $HOME that manages multiple Git
repositories'
arch=(any)
@@ -18,7 +18,7 @@ checkdepends=(perl
optdepends=('myrepos: manage multiple vcsh repos through mr')
_archive="$pkgname-$pkgver"
source=("$url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('471e720420d1a8537284fd0f7e8a36ba99fbb78621e61c5380d2a632d698ff4f')
+sha256sums=('560440defe4f20ac22ce65e873c7ff60ca0c08318524afe6dae86adc4b13d714')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vcsh/-/commit/42eb989276ca12598e2a42c0c986f44d231b4a70
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vcsh/-/commit/42eb989276ca12598e2a42c0c986f44d231b4a70
You're receiving this email because of your account on gitlab.archlinux.org.