summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor2022-08-01 16:02:43 +0200
committerVictor2022-08-01 16:02:43 +0200
commitaf026986cd3f18dc7938bc38bcfa3b309599a3ab (patch)
tree1400f19be93df21f1c623a6cdfec9ba237c41558
parentf23579efddbf0d9f662be1d49c725c9ec5c39ca2 (diff)
downloadaur-af026986cd3f18dc7938bc38bcfa3b309599a3ab.tar.gz
Update to 5.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2e803226d4b..039091eebaa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mathics-django
pkgdesc = The Django front-end to Mathics.
- pkgver = 4.0.2
+ pkgver = 5.0.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-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
+ source = mathics-django-5.0.0.tar.gz::https://github.com/Mathics3/mathics-django/releases/download/5.0.0/Mathics-Django-5.0.0.tar.gz
+ sha256sums = 553dbfc16880d44d42d45e86b357d1a74d5b2f096a02c179d3bd501633711da6
pkgname = mathics-django
diff --git a/PKGBUILD b/PKGBUILD
index 1d1a1681d913..36c781916aeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mathics-django
_pkgname=Mathics-Django
-pkgver=4.0.2
+pkgver=5.0.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=('432cf8da8a6f73164c6a1350ba101b15ffcd05c8754b14eae2f3dd78ac5bebbf')
+sha256sums=('553dbfc16880d44d42d45e86b357d1a74d5b2f096a02c179d3bd501633711da6')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"