summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse R Codling2022-10-07 22:39:21 -0400
committerJesse R Codling2022-10-07 22:39:21 -0400
commit815545beabfe60e434a375d8a369908afc1085b4 (patch)
tree08f29be25b1c29b6d7d14e0aa4610faa685a2c81 /PKGBUILD
parent9daa446d3adb89dd7fbb1ce3f3b6cd0398060115 (diff)
downloadaur-815545beabfe60e434a375d8a369908afc1085b4.tar.gz
Update with released R2022b dependencies
Two notes: - Also removed direct dependencies that were already indirect dependencies - No new depedencies were actually added (except for libice, which was already an indirect dependency)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD42
1 files changed, 2 insertions, 40 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db331cc00108..1baaf8caf959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,65 +23,27 @@
pkgname=matlab-support
pkgver=9.13.0
-pkgrel=1
+pkgrel=2
pkgdesc='Provides dependencies desktop file and common fixes for MATLAB.'
arch=('x86_64')
url='http://www.mathworks.com'
license=(custom)
depends=(
- 'ca-certificates'
'alsa-lib'
- 'at-spi2-atk'
- 'atk'
- 'at-spi2-core'
- 'glibc'
'libxcrypt-compat'
- 'cairo'
- 'libcap'
- 'libcups'
- 'dbus'
- 'libdrm'
- 'fontconfig'
- 'mesa'
- 'gdk-pixbuf2'
- 'glib2'
- 'gcc-libs'
- 'gstreamer'
'gst-plugins-base-libs'
'gtk3'
- 'nspr'
'nss'
'unixodbc'
- 'pam'
- 'pango'
'python'
- 'libsm'
'libsndfile'
- 'openssl'
- 'util-linux-libs'
- 'libx11'
- 'libxcb'
- 'libxcomposite'
- 'libxcursor'
- 'libxdamage'
- 'libxext'
- 'libxfixes'
- 'libxft'
- 'libxi'
- 'libxinerama'
- 'libxrandr'
- 'libxrender'
'libxt'
- 'libxtst'
- 'libxxf86vm'
+ 'lsb-release'
'net-tools'
'procps'
'sudo'
'unzip'
'wget'
- 'zlib'
- 'lsb-release'
- 'dconf'
)
optdepends=(
'gcc6: For MEX support'