summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Slagle2015-10-15 21:13:35 -0700
committerKevin Slagle2015-10-15 21:13:35 -0700
commit48cc5c348bbe0a0b9fc8c4bac5cc8339e4b4304f (patch)
treee2b4571e7fe26a10156e45e40299d1941115ab81
parentc5ab8a0e7e828bdf78490a3920e5f8178066d69b (diff)
downloadaur-48cc5c348bbe0a0b9fc8c4bac5cc8339e4b4304f.tar.gz
Update to 10.3.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d034f0e29b1..5057702340d6 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 = 10.2.0
+ pkgver = 10.3.0
pkgrel = 1
url = http://www.wolfram.com/mathematica/
install = mathematica.install
@@ -9,8 +9,8 @@ pkgbase = mathematica
license = proprietary
depends = ttf-bitstream-vera
options = !strip
- source = file://Mathematica_10.2.0_LINUX.sh
- md5sums = 1945ef3bb486b1091371128dd337aa19
+ source = file://Mathematica_10.3.0_LINUX.sh
+ md5sums = 46f3b4eb9b52a94ff8833f26fedefbb4
pkgname = mathematica
diff --git a/PKGBUILD b/PKGBUILD
index 930c9aad6223..cc21f5e2ca65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: teratomata <teratomat@gmail.com>
pkgname=mathematica
-pkgver=10.2.0
+pkgver=10.3.0
pkgrel=1
pkgdesc="A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing."
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ url="http://www.wolfram.com/mathematica/"
license=('proprietary')
depends=('ttf-bitstream-vera')
source=("file://Mathematica_${pkgver}_LINUX.sh")
-md5sums=('1945ef3bb486b1091371128dd337aa19')
+md5sums=('46f3b4eb9b52a94ff8833f26fedefbb4')
install='mathematica.install'
options=('!strip')