summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gregoratto2019-06-14 22:20:48 +1000
committerStephen Gregoratto2019-06-14 22:20:48 +1000
commit20ca34bfe1d16d34fe99acdde2764c00d116435b (patch)
treef6033de030422864d8f0d4c9a4188761516470ec
parentdcb9fe7280ec4399658a13449fae40cfc350e6b7 (diff)
downloadaur-20ca34bfe1d16d34fe99acdde2764c00d116435b.tar.gz
fix pkgver to actually be correct
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b39b7991cc9..c9690f9f84f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mandoc-cvs
pkgdesc = A suite of tools compiling mdoc from the OpenBSD project
- pkgver = 20190314
+ pkgver = 20190612
pkgrel = 1
url = https://mandoc.bsd.lv
arch = i686
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