summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor2021-08-10 16:06:37 +0200
committerVictor2021-08-10 16:06:37 +0200
commitd425d47da2ad65cfb3a235c51159b5f2007755cb (patch)
tree3c2a7f8d3d84a1910bb02d8fb5612284317b8a1e
parent14f78bceb0d9d80a55501ab2c4a47a3f448abc3b (diff)
downloadaur-d425d47da2ad65cfb3a235c51159b5f2007755cb.tar.gz
Update to 4.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03fa59e1658a..658f0f55428e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mathics
pkgdesc = A general-purpose computer algebra system.
- pkgver = 3.1.0
+ pkgver = 4.0.0
pkgrel = 1
url = https://mathics.org/
arch = any
@@ -20,7 +20,7 @@ pkgbase = mathics
optdepends = python-scikit-image: FindMinimum can use this
optdepends = python-lxml: for HTML parsing used in builtin/fileformats/html
optdepends = python-wordcloud: Used in builtin/image.py by WordCloud
- source = mathics-3.1.0.tar.gz::https://github.com/mathics/Mathics/releases/download/3.1.0/Mathics3-3.1.0.tar.gz
- sha256sums = dd01edc2eb5d6718db0cc35d428907277289501a37688ab60a645036723e6309
+ source = mathics-4.0.0.tar.gz::https://github.com/mathics/Mathics/releases/download/4.0.0/Mathics3-4.0.0.tar.gz
+ sha256sums = d50ee5ad07db845609078c99af789253337a45f50bef6f8b09262f48dca8da7c
pkgname = mathics
diff --git a/PKGBUILD b/PKGBUILD
index 5382ea192ad7..b9e4008f1ef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mathics
_pkgname=Mathics3
-pkgver=3.1.0
+pkgver=4.0.0
pkgrel=1
pkgdesc="A general-purpose computer algebra system."
arch=('any')
@@ -22,7 +22,7 @@ optdepends=( 'python-psutil: SystemMemory and MemoryAvailable'
'python-lxml: for HTML parsing used in builtin/fileformats/html'
'python-wordcloud: Used in builtin/image.py by WordCloud')
source=("$pkgname-$pkgver.tar.gz::https://github.com/mathics/Mathics/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz")
-sha256sums=('dd01edc2eb5d6718db0cc35d428907277289501a37688ab60a645036723e6309')
+sha256sums=('d50ee5ad07db845609078c99af789253337a45f50bef6f8b09262f48dca8da7c')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"