aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarcy Hu2018-08-13 20:02:12 +0800
committerDarcy Hu2018-08-13 20:02:12 +0800
commit428d8542bfd8a066f9f42ada22e782f1f3ed156d (patch)
treec642ef4e078f81424011ee6682e25b80ac14735e /PKGBUILD
parent494653467d41396e311769c8408651c30640cddd (diff)
downloadaur-428d8542bfd8a066f9f42ada22e782f1f3ed156d.tar.gz
remove ncurses5-compat-libs from deps list, it's not needed anymore.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 422a444250ca..4d7031c044f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Darcy Hu <hot123tea123@gmail.com>
## This PKGBUILD creates an Arch Linux package for the proprietary MATLAB application.
-## In order to build the package the user must supply a plain text file installation key as file `matlab.fik`, the license file as `matlab.lic`, the software tarball as `matlab.tar`.
+## In order to build the package the user must supply a plain text file installation key as file `matlab.fik`, the license file as `matlab.lic`, the software tarball as `matlab.tar` from MATLAB ISO image.
## To perform a network install set $_networkinstall to true.
_networkinstall=false
@@ -14,7 +14,7 @@ pkgname=matlab
# install dir
_instdir="/opt/${pkgname}"
pkgver=9.4.0.813654
-pkgrel=1
+pkgrel=2
pkgdesc='A high-level language for numerical computation and visualization'
arch=('x86_64')
url='http://www.mathworks.com'
@@ -28,7 +28,6 @@ depends=('gconf'
'libxp'
'libxpm'
'libxtst'
- 'ncurses5-compat-libs'
'nss'
'portaudio'
'python2'