summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c39b2fb5fca0..ec419e5dca29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Matheus de Alcantara <matheus.de.alcantara@gmail.com>
pkgname=mandoc-cvs
-pkgver=20190314
+pkgver=20190612
pkgrel=1
pkgdesc='A suite of tools compiling mdoc from the OpenBSD project'
license=('custom: ISC')
@@ -25,7 +25,6 @@ prepare() {
msg2 "As of 2019-03, the fingerprint of mandoc.bsd.lv is zj94mkQU15j7Hh4YalZHbEO2m4jm2ZVW0cuva+OpKvg."
msg2 "Do NOT continue connecting if these do not match."
CVS_RSH=ssh cvs -d anoncvs@mandoc.bsd.lv:/cvs checkout -d "$pkgname" -P mandoc
- cp "${srcdir}/configure.local" $pkgname
}
pkgver() {
@@ -39,6 +38,7 @@ pkgver() {
}
build() {
+ cp "${srcdir}/configure.local" $pkgname
cd $pkgname
./configure
make