summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1592e5beea2..542a3142d45c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=mathics-django
_pkgname=Mathics-Django
-pkgver=1.1.0rc1
+pkgver=2.0.0
pkgrel=1
pkgdesc="The Django front-end to Mathics."
arch=('any')
-url="https://mathics.github.io/"
+url="https://mathics.org/"
license=('GPL3')
-depends=('mathics-scanner' 'mathics' 'python-django' 'python-requests')
+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=('74c9a28adf2dfbc606182366c921aa51f2d01999dc2bd8d6254a358a01b142da')
+sha256sums=('9f99ddae7d0824ff056ddb9e0f7ac79fbc932aa34a5200f8d5ac8ce3cb44c4d4')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"