Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
remove ncurses5-compat-libs from deps list, it's not needed anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
hubutui committed Aug 13, 2018
1 parent 4946534 commit 428d854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = matlab
pkgdesc = A high-level language for numerical computation and visualization
pkgver = 9.4.0.813654
pkgrel = 1
pkgrel = 2
url = http://www.mathworks.com
arch = x86_64
license = custom
Expand All @@ -14,7 +14,6 @@ pkgbase = matlab
depends = libxp
depends = libxpm
depends = libxtst
depends = ncurses5-compat-libs
depends = nss
depends = portaudio
depends = python2
Expand Down
5 changes: 2 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand All @@ -28,7 +28,6 @@ depends=('gconf'
'libxp'
'libxpm'
'libxtst'
'ncurses5-compat-libs'
'nss'
'portaudio'
'python2'
Expand Down

0 comments on commit 428d854

Please sign in to comment.