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 542a3142d45c..7d46795f3042 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mathics-django
_pkgname=Mathics-Django
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="The Django front-end to Mathics."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('mathics-scanner' 'mathics' 'python-django' 'python-networkx' 'python-requests')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Mathics3/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz")
-sha256sums=('9f99ddae7d0824ff056ddb9e0f7ac79fbc932aa34a5200f8d5ac8ce3cb44c4d4')
+sha256sums=('0536fb05e2349a53a300622e1c5d08952f781083de10ee48e4a5f8b141886eac')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"