summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor2021-08-10 16:09:06 +0200
committerVictor2021-08-10 16:09:06 +0200
commit026f161785782dfdaef2f7c986e5daa710f8ebb6 (patch)
treec3a2ebd2180d7468f5c2276b50b5e08f784031f8
parent18bc439de41756d75d5c155ecca10ed2f71303a0 (diff)
downloadaur-026f161785782dfdaef2f7c986e5daa710f8ebb6.tar.gz
Update to 4.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4a9827d104e..6380822f087f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mathics-django
pkgdesc = The Django front-end to Mathics.
- pkgver = 3.1.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://mathics.org/
arch = any
@@ -12,7 +12,7 @@ pkgbase = mathics-django
depends = python-networkx
depends = python-requests
optdepends = python-ujson: faster than the native json library, but not supported in pyston
- source = mathics-django-3.1.0.tar.gz::https://github.com/Mathics3/mathics-django/releases/download/3.1.0/Mathics-Django-3.1.0.tar.gz
- sha256sums = 28c16bf18e21bf14a19b29e044303f9d48075628897bd7fa4b7dce7be6597706
+ source = mathics-django-4.0.1.tar.gz::https://github.com/Mathics3/mathics-django/releases/download/4.0.1/Mathics-Django-4.0.1.tar.gz
+ sha256sums = c7dc40653b1355d52a6cbe5be0a15c80d6f610825f599a096be4ce8f733adac6
pkgname = mathics-django
diff --git a/PKGBUILD b/PKGBUILD
index 0dcb2fa31a4c..c1f94058e83c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mathics-django
_pkgname=Mathics-Django
-pkgver=3.1.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="The Django front-end to Mathics."
arch=('any')
@@ -12,7 +12,7 @@ depends=('mathics-scanner' 'mathics' 'python-django' 'python-networkx' 'python-r
makedepends=('python-setuptools')
optdepends=('python-ujson: faster than the native json library, but not supported in pyston')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Mathics3/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz")
-sha256sums=('28c16bf18e21bf14a19b29e044303f9d48075628897bd7fa4b7dce7be6597706')
+sha256sums=('c7dc40653b1355d52a6cbe5be0a15c80d6f610825f599a096be4ce8f733adac6')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"