summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"