summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor2021-12-23 11:29:33 +0100
committerVictor2021-12-23 11:29:33 +0100
commitf23579efddbf0d9f662be1d49c725c9ec5c39ca2 (patch)
tree533991be38e6ac14f3ffa34bde2447dc239f2d1d
parent215b89b0f7fa7354475efb6be2a51c5a477b9c31 (diff)
downloadaur-f23579efddbf0d9f662be1d49c725c9ec5c39ca2.tar.gz
Update to 4.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46ee6ecd2c70..c2e803226d4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mathics-django
pkgdesc = The Django front-end to Mathics.
- pkgver = 4.0.1
- pkgrel = 2
+ pkgver = 4.0.2
+ pkgrel = 1
url = https://mathics.org/
arch = any
license = GPL3
@@ -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-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
+ source = mathics-django-4.0.2.tar.gz::https://github.com/Mathics3/mathics-django/releases/download/4.0.2/Mathics-Django-4.0.2.tar.gz
+ sha256sums = 432cf8da8a6f73164c6a1350ba101b15ffcd05c8754b14eae2f3dd78ac5bebbf
pkgname = mathics-django
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}"