summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor2021-07-08 09:30:51 +0200
committerVictor2021-07-08 09:30:51 +0200
commit18bc439de41756d75d5c155ecca10ed2f71303a0 (patch)
treefbae21b0501ca9933d88fb3bf3e8ef22eba01492 /PKGBUILD
parent45be830cc77e6ffd49b9646e4503d0ecb06aebc6 (diff)
downloadaur-18bc439de41756d75d5c155ecca10ed2f71303a0.tar.gz
Update to 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"