Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
vcsh
Commits:
e392c78a by Caleb Maclennan at 2024-02-27T16:52:13+03:00
upgpkg: 2.0.8-2; Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = vcsh
pkgdesc = Version Control System for $HOME that manages multiple Git
repositories
pkgver = 2.0.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RichiH/vcsh
arch = any
- license = GPL
+ license = GPL-2.0-only
checkdepends = perl
checkdepends = perl-shell-command
checkdepends = perl-test-most
=====================================
PKGBUILD
=====================================
@@ -6,11 +6,11 @@
pkgname=vcsh
pkgver=2.0.8
-pkgrel=1
+pkgrel=2
pkgdesc='Version Control System for $HOME that manages multiple Git
repositories'
arch=(any)
url="https://github.com/RichiH/$pkgname"
-license=(GPL)
+license=(GPL-2.0-only)
depends=(git)
checkdepends=(perl
perl-shell-command
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vcsh/-/commit/e392c78a92e03202e1cdb86f836740daedd0c534
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vcsh/-/commit/e392c78a92e03202e1cdb86f836740daedd0c534
You're receiving this email because of your account on gitlab.archlinux.org.