summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df583a2c4b90..1d1a1681d913 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=mathics-django
_pkgname=Mathics-Django
-pkgver=4.0.1
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
pkgdesc="The Django front-end to Mathics."
arch=('any')
url="https://mathics.org/"
@@ -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=('c7dc40653b1355d52a6cbe5be0a15c80d6f610825f599a096be4ce8f733adac6')
+sha256sums=('432cf8da8a6f73164c6a1350ba101b15ffcd05c8754b14eae2f3dd78ac5bebbf')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"