summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam J. Bowman2018-04-12 16:24:02 -0400
committerWilliam J. Bowman2018-04-12 16:24:02 -0400
commitfff398c94634b88ef0bf251a62510a59436b48c6 (patch)
tree70fe308e624a0ba28b400ea6eaca13974b4579b4
parent63f6556168db3ed2a265199ba595ce80f2e07709 (diff)
downloadaur-fff398c94634b88ef0bf251a62510a59436b48c6.tar.gz
Updated to 1.6.4-2; workaround for issue with coq_makefile
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e28d2e7946d..6703f1dd8f28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mathcomp
pkgdesc = The entire mathematical components library for Coq.
pkgver = 1.6.4
- pkgrel = 1
+ pkgrel = 2
url = https://math-comp.github.io/math-comp/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c2eec8086a3c..6d9c0bb5beed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mathcomp
pkgver=1.6.4
-pkgrel=1
+pkgrel=2
pkgdesc="The entire mathematical components library for Coq."
url="https://math-comp.github.io/math-comp/"
arch=('i686' 'x86_64')
@@ -21,6 +21,7 @@ build() {
package(){
cd $srcdir/math-comp-math-comp-*/$pkgname
- make DSTROOT="${pkgdir}" 'COQLIB:=$(DSTROOT)/$(shell coqtop -where)/' install
+ echo 'COQMF_WINDRIVE=' > Makefile.coq.local
+ make DSTROOT="${pkgdir}" install
}