summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-10-08 11:11:26 +1100
committerJP-Ellis2022-10-08 11:11:26 +1100
commit1f1831e6a367bad5acc9a8ccd09ac6d3abe7d6a5 (patch)
tree28f8dd0a692d73bb22de62b460d143b369bac3a5
parent65f83637b7461ff4bc77c3e64375271c812d54a9 (diff)
downloadaur-1f1831e6a367bad5acc9a8ccd09ac6d3abe7d6a5.tar.gz
v13.1.0
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a72d0dda552..7071097d4133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mathematica
- pkgdesc = A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing.
- pkgver = 13.0.1
+ pkgdesc = A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing with offline documentation.
+ pkgver = 13.1.0
pkgrel = 1
url = http://www.wolfram.com/mathematica/
arch = x86_64
@@ -56,7 +56,7 @@ pkgbase = mathematica
optdepends = tesseract
optdepends = zlib
options = !strip
- source = local://Mathematica_13.0.1_BNDL_LINUX.sh
- md5sums = cdeae74ad72420c1dea5027f7f8c569e
+ source = local://Mathematica_13.1.0_BNDL_LINUX.sh
+ md5sums = 23e6c72f6b948cefc4f588ec563af488
pkgname = mathematica
diff --git a/PKGBUILD b/PKGBUILD
index e071fd0bd9af..f519afe93ea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
# Contributor: teratomata <teratomat@gmail.com>
pkgname=mathematica
-pkgver=13.0.1
+pkgver=13.1.0
pkgrel=1
-pkgdesc="A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing."
+pkgdesc="A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing with offline documentation."
arch=('x86_64')
url="http://www.wolfram.com/mathematica/"
license=('proprietary')
@@ -71,7 +71,7 @@ optdepends=(
'zlib'
)
source=("local://Mathematica_${pkgver}_BNDL_LINUX.sh")
-md5sums=('cdeae74ad72420c1dea5027f7f8c569e')
+md5sums=('23e6c72f6b948cefc4f588ec563af488')
options=("!strip")
## To build this package you need to place the mathematica-installer into your
@@ -169,10 +169,4 @@ package() {
msg2 "Fixing file permissions"
chmod go-w -R ${pkgdir}/*
-
- ## The documentation takes up the majority of the disk space (6.8G+). If you
- ## do not wish to have the documentation installed, uncomment the following
- ## lines.
- # msg2 "Removing documentation"
- # rm -rf "${pkgdir}/opt/Mathematica/Documentation"
}