summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--matlab_kernel.install10
3 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a871b20523d9..b8416e7f07e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyter-matlab_kernel-git
pkgdesc = A Jupyter/IPython kernel for Matlab
- pkgver = 0.16.9.r0.gab41f9b
+ pkgver = 0.16.11.r0.g1bc5c76
pkgrel = 1
url = https://github.com/Calysto/matlab_kernel.git
arch = any
@@ -16,7 +16,7 @@ pkgbase = jupyter-matlab_kernel-git
source = git+https://github.com/Calysto/matlab_kernel.git
source = matlab_kernel.install
sha256sums = SKIP
- sha256sums = 1e38965cb9e4b08d253262c0d4cf04a6a420f5924c3823a043138fb3fc0fbded
+ sha256sums = 75b428259fe22704a5ba61b6b9915b55245549d53a1dfdeed95fa3c93a2beac1
pkgname = jupyter-matlab_kernel-git
diff --git a/PKGBUILD b/PKGBUILD
index 4493dcb0d6e9..4d070332c356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=matlab_kernel
pkgname="jupyter-${_name}-git"
-pkgver=0.16.9.r0.gab41f9b
+pkgver=0.16.11.r0.g1bc5c76
pkgrel=1
pkgdesc="A Jupyter/IPython kernel for Matlab"
arch=('any')
@@ -17,7 +17,7 @@ conflicts=("jupyter-${_name}")
source=("git+https://github.com/Calysto/${_name}.git"
'matlab_kernel.install')
sha256sums=('SKIP'
- '1e38965cb9e4b08d253262c0d4cf04a6a420f5924c3823a043138fb3fc0fbded')
+ '75b428259fe22704a5ba61b6b9915b55245549d53a1dfdeed95fa3c93a2beac1')
pkgver() {
# Get git version name
diff --git a/matlab_kernel.install b/matlab_kernel.install
index 4ca7e7b25f3c..af3c6c376944 100644
--- a/matlab_kernel.install
+++ b/matlab_kernel.install
@@ -2,14 +2,12 @@ post_install() {
# Warn users
echo '[jupyter-matlab_kernel-git]==> WARNING!'
echo 'matlab-engine-for-python is listed as an optional dependency.'
- echo 'The reason for this is the AUR packaged version is not a proper package,'
- echo 'AND most people will not bother packaging MATLAB for arch.'
+ echo 'This is intentional; because most users of MATLAB will not use the AUR package.'
echo 'For proper integration; you can;'
echo '* Install MATLAB Engine API for Python directly from your MATLAB installation'
echo ' https://www.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html'
- echo '* Run the PKGBUILD for the API on a machine that already has MATLAB'
- echo ' (Read through the script to make sure your MATLAB is detected correctly.)'
- echo '* Check my MATLAB PKGBUILD on how to package your MATLAB installation.'
- echo ' https://github.com/bbaserdem/Arch/tree/master/matlab'
+ echo ' You have to make sure your python can find the package.'
+ echo '* Integrate your MATLAB installation with pacman using the AUR package.'
+ echo ' The current AUR matlab package (2020b) install the python engine systemwide.'
echo 'Without a working MATLAB python API installation; the kernel will not work'
}