summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor2022-08-01 16:02:43 +0200
committerVictor2022-08-01 16:02:43 +0200
commitaf026986cd3f18dc7938bc38bcfa3b309599a3ab (patch)
tree1400f19be93df21f1c623a6cdfec9ba237c41558 /PKGBUILD
parentf23579efddbf0d9f662be1d49c725c9ec5c39ca2 (diff)
downloadaur-af026986cd3f18dc7938bc38bcfa3b309599a3ab.tar.gz
Update to 5.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"