summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuanrui Qi2019-09-18 21:59:39 -0700
committerXuanrui Qi2019-09-18 21:59:39 -0700
commit157f7c79e0661ca286263f873caafd7f377f46bc (patch)
tree201e2e496cdd8660c6408412dc6d946e4d1c0d45
parent02aa64f46b75130da85ee764c0855a76caef427b (diff)
parent9059eb401a2bd77c5ab42e81b279faf1043e58d2 (diff)
downloadaur-157f7c79e0661ca286263f873caafd7f377f46bc.tar.gz
Fix conflict
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fce54051626..f0d6e6e94bc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,9 @@ build() {
# -clightgen: builds and installs the clightgen tool
# -install-coqdev: also installs the Coq development, implied by -clightgen, useful
# if you will use tools such as the Princeton VST)
- ./configure -prefix /usr $CARCH-linux
+ #
+ # Current latest Coq version is 8.9.1, not officially supported but works, so ignoring Coq version
+ ./configure -ignore-coq-version -prefix /usr $CARCH-linux
make all
}