[arch-commits] Commit in vcsh/repos/community-any (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Sat Oct 23 02:49:20 UTC 2021
Date: Saturday, October 23, 2021 @ 02:49:20
Author: alerque
Revision: 1032912
archrelease: copy trunk to community-any
Added:
vcsh/repos/community-any/PKGBUILD
(from rev 1032911, vcsh/trunk/PKGBUILD)
Deleted:
vcsh/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-23 02:48:36 UTC (rev 1032911)
+++ PKGBUILD 2021-10-23 02:49:20 UTC (rev 1032912)
@@ -1,38 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Evan Pitstick <nerdx00 at gmail dot com>
-# Contributor: Chet Gray <chetgray at gmail.com>
-# Contributor: joni <kljohann at gmail.com>
-# Contributor: Dieter Plaetinck <dieter at plaetinck.be>
-
-pkgname=vcsh
-pkgver=2.0.2
-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=('3ffc0bbb43c76620c8234c98f4ae94d0a99d24bb240497aab730979a8d23ad61')
-
-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 1032911, vcsh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-23 02:49:20 UTC (rev 1032912)
@@ -0,0 +1,38 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Evan Pitstick <nerdx00 at gmail dot com>
+# Contributor: Chet Gray <chetgray at gmail.com>
+# Contributor: joni <kljohann at gmail.com>
+# Contributor: Dieter Plaetinck <dieter at plaetinck.be>
+
+pkgname=vcsh
+pkgver=2.0.3
+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=('e772596111fb26750bc688d9c836fcd73770b1f24bad08b5ad23189666736204')
+
+build() {
+ cd "$_archive"
+ ./configure --prefix /usr
+ make
+}
+
+check() {
+ cd "$_archive"
+ make test
+}
+
+package() {
+ cd "$_archive"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list