summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--cl-jupyter.install4
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9288f6987ae7..d43492789142 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cl-jupyter
pkgdesc = An enhanced interactive Shell for Common Lisp (based on the Jupyter protocol)
pkgver = 0.7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/fredokun/cl-jupyter
install = cl-jupyter.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 686fd9d6c68a..aed63f038c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antoine Carpentier <antoine.carpentier.info@gmail.com>
pkgname=cl-jupyter
pkgver=0.7
-pkgrel=2
+pkgrel=3
pkgdesc="An enhanced interactive Shell for Common Lisp (based on the Jupyter protocol)"
arch=('any')
url="https://github.com/fredokun/$pkgname"
diff --git a/cl-jupyter.install b/cl-jupyter.install
index 9e0223bd5056..0f33c9a40fb4 100644
--- a/cl-jupyter.install
+++ b/cl-jupyter.install
@@ -1,5 +1,7 @@
post_install()
{
- echo "To install notebooks, run '/usr/lib/cl-jupyter/install-cl-jupyter.py' as a normal user"
+ echo -e "\e[32m"
+ echo "To install notebooks, run '/usr/lib/cl-jupyter/install-cl-jupyter.py' as a normal user"
+ echo -e "\e[0m"
}