aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-03-30 22:45:58 +0300
committerCaleb Maclennan2021-03-30 22:47:21 +0300
commitaeda38b98db623d57d92a5ad131532df6d0cccd1 (patch)
treecfbb0a4e942ec80d70918dde22364b3ad62bdf61 /PKGBUILD
parent96a20453582b3303918dbd6c92af5d408c5bc5fc (diff)
downloadaur-aeda38b98db623d57d92a5ad131532df6d0cccd1.tar.gz
upgpkg: vcsh-git 11.20190619.r19.g2bc91a2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f8ff4e2977a..73a51ccb8133 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Dieter Plaetinck <dieter@plaetinck.be>
pkgname=vcsh-git
-pkgver=1.20190619.r0.gdbc9c07
+pkgver=1.20190619.r19.g2bc91a2
pkgrel=1
epoch=1
pkgdesc='Version Control System for $HOME that manages multiple Git repositories'
@@ -27,14 +27,9 @@ pkgver() {
sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd "$pkgname"
- sed -i 's#^\(install:\) all#\1 manpages#' Makefile
-}
-
build() {
cd "$pkgname"
- make manpages
+ make
}
check() {