summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}