summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMort Yao2020-02-10 23:58:03 +0100
committerMort Yao2020-02-10 23:58:03 +0100
commitcefedb65633801a16737a4e60ed1a66a341cc3f8 (patch)
treeff6702beb3604ebdbc35531a585ff81949480981
parent50299ea43cd8b44866a4321672c748fdcffb4a89 (diff)
downloadaur-cefedb65633801a16737a4e60ed1a66a341cc3f8.tar.gz
hol kananaskis.13-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--hol.install10
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6065390c71e0..57c35bcbb156 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 6 00:38:29 UTC 2020
+# Mon Feb 10 22:57:41 UTC 2020
pkgbase = hol
pkgdesc = HOL4 theorem-proving system
pkgver = kananaskis.13
- pkgrel = 2
+ pkgrel = 3
url = https://hol-theorem-prover.org/
install = hol.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e973ea37ba15..632bd5097153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# FIXME: holyhammer fails to build with ocaml-num
pkgname=hol
pkgver=kananaskis.13
-pkgrel=2
+pkgrel=3
pkgdesc='HOL4 theorem-proving system'
url='https://hol-theorem-prover.org/'
arch=('x86_64')
diff --git a/hol.install b/hol.install
index bddee7f53f9c..b20786808e3f 100644
--- a/hol.install
+++ b/hol.install
@@ -15,10 +15,14 @@ Put
(autoload 'hol "/opt/hol/tools/hol-mode"
"Runs a HOL session in a comint window.
- With a numeric prefix argument, runs it niced to that level
- or at level 10 with a bare prefix. " t)
+ With a numeric prefix argument, runs it niced to that level
+ or at level 10 with a bare prefix. " t)
-into your .emacs file
+or
+
+ (load "/opt/hol/tools/hol-mode")
+
+into your .emacs file.
EOF
}