summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authort00n2016-11-19 02:49:46 +0100
committert00n2016-11-19 02:49:46 +0100
commit64b6b72b4d7220751e8d7f5c122043000d5f9ca9 (patch)
treedabe02ae31497b801589474b08eaeff8cabd8200
parent49d3aebc5255a189c5048072407f925da50fb92f (diff)
downloadaur-cl-jupyter.tar.gz
[enh] messages are colored
-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"
}