summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor2021-07-08 09:30:51 +0200
committerVictor2021-07-08 09:30:51 +0200
commit18bc439de41756d75d5c155ecca10ed2f71303a0 (patch)
treefbae21b0501ca9933d88fb3bf3e8ef22eba01492
parent45be830cc77e6ffd49b9646e4503d0ecb06aebc6 (diff)
downloadaur-18bc439de41756d75d5c155ecca10ed2f71303a0.tar.gz
Update to 3.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 262a758092ee..d4a9827d104e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mathics-django
pkgdesc = The Django front-end to Mathics.
- pkgver = 3.0.1
+ pkgver = 3.1.0
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.0.1.tar.gz::https://github.com/Mathics3/mathics-django/releases/download/3.0.1/Mathics-Django-3.0.1.tar.gz
- sha256sums = d5488130afa995f1aa08d4ba58e360d34ac1e8a23c0197373a087eed8367cc54
+ 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
pkgname = mathics-django
diff --git a/PKGBUILD b/PKGBUILD
index a63c64754510..0dcb2fa31a4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mathics-django
_pkgname=Mathics-Django
-pkgver=3.0.1
+pkgver=3.1.0
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=('d5488130afa995f1aa08d4ba58e360d34ac1e8a23c0197373a087eed8367cc54')
+sha256sums=('28c16bf18e21bf14a19b29e044303f9d48075628897bd7fa4b7dce7be6597706')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"