summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse R Codling2022-02-17 14:02:03 -0500
committerJesse R Codling2022-02-17 14:02:03 -0500
commit3f9a04278e1a5b699a57ba0355c2570f907c0b05 (patch)
tree40bfcc138033873066dbf43d0311dccaa43451c4
parent1030f765b7678c886178c2d8567d70f0373eca03 (diff)
downloadaur-3f9a04278e1a5b699a57ba0355c2570f907c0b05.tar.gz
Add libxcrypt-compat for libcrypt.so.1
This is documented in https://wiki.archlinux.org/title/MATLAB#New_installer_(R2020a_and_later)_does_not_launch_the_GUI, and is due to a soname bump in glibc
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a79988aab3e9..bc3efeb451eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matlab-support
pkgdesc = Provides dependencies desktop file and common fixes for MATLAB.
pkgver = 9.11.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.mathworks.com
arch = x86_64
license = custom
@@ -12,6 +12,7 @@ pkgbase = matlab-support
depends = atk
depends = at-spi2-core
depends = glibc
+ depends = libxcrypt-compat
depends = cairo
depends = libcap
depends = libcups
diff --git a/PKGBUILD b/PKGBUILD
index 376669059f00..d67b9aa88877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@
pkgname=matlab-support
pkgver=9.11.0
-pkgrel=2
+pkgrel=3
pkgdesc='Provides dependencies desktop file and common fixes for MATLAB.'
arch=('x86_64')
url='http://www.mathworks.com'
@@ -35,6 +35,7 @@ depends=(
'atk'
'at-spi2-core'
'glibc'
+ 'libxcrypt-compat'
'cairo'
'libcap'
'libcups'
@@ -111,3 +112,4 @@ depends=(
msg2 'Installing desktop files'
install -D -m644 "matlab.desktop" "${pkgdir}/usr/share/applications/matlab.desktop"
}
+