summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Slagle2016-01-06 15:30:29 -0800
committerKevin Slagle2016-01-06 15:30:29 -0800
commitd3ed1d0361d621b4a50a1e90cd003e9f9c3918d2 (patch)
tree65329c358fb258a692f7c570cdf68b54031a1621
parent8161a8f4eb181635e8a8a43e576662f8952c71a1 (diff)
downloadaur-d3ed1d0361d621b4a50a1e90cd003e9f9c3918d2.tar.gz
added depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a64dd2fa78a..e2b7dcb2473d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 18 01:19:44 UTC 2015
+# Wed Jan 6 23:30:16 UTC 2016
pkgbase = mathematica
pkgdesc = A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing.
pkgver = 10.3.1
@@ -10,6 +10,9 @@ pkgbase = mathematica
arch = x86_64
license = proprietary
depends = ttf-bitstream-vera
+ depends = libxcursor
+ depends = alsa-lib
+ depends = libxml2
options = !strip
source = file://Mathematica_10.3.1_LINUX.sh
md5sums = 4af9ca41e354419c71884597d46d75e4
diff --git a/PKGBUILD b/PKGBUILD
index 6e22c55b599c..a98436a1ed17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="A computational software program used in scientific, engineering, and m
arch=('i686' 'x86_64')
url="http://www.wolfram.com/mathematica/"
license=('proprietary')
-depends=('ttf-bitstream-vera')
+depends=('ttf-bitstream-vera' 'libxcursor' 'alsa-lib' 'libxml2')
source=("file://Mathematica_${pkgver}_LINUX.sh")
md5sums=('4af9ca41e354419c71884597d46d75e4')
install='mathematica.install'
@@ -35,6 +35,7 @@ build() {
}
package() {
+ # https://reference.wolfram.com/language/tutorial/InstallingMathematica.html#650929293
${srcdir}/Mathematica_${pkgver}_LINUX.sh -- -execdir=${pkgdir}/usr/bin -targetdir=${pkgdir}/opt/Mathematica -auto
echo "Fixing symbolic symlinks"