summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a09b9399ef9d..20f4384249f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-einsteinpy-git
pkgdesc = Python package for General Relativity
- pkgver = 0.1.0.r640.gc349832
+ pkgver = 0.1.0.r647.g77ce582
pkgrel = 1
url = https://einsteinpy.org
arch = i686
@@ -15,6 +15,7 @@ pkgbase = python-einsteinpy-git
checkdepends = python-einsteinpy_geodesics
makedepends = git
makedepends = python-setuptools
+ makedepends = python-scipy
makedepends = python-nbsphinx
makedepends = pandoc
makedepends = graphviz
diff --git a/PKGBUILD b/PKGBUILD
index 77e5dc5743f0..734d1619206f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgbase=python-einsteinpy-git
_gitname=einsteinpy
pkgname=("python-${_gitname}-git" "python-${_gitname}-doc-git")
-pkgver=0.1.0.r640.gc349832
+pkgver=0.1.0.r647.g77ce582
pkgrel=1
pkgdesc="Python package for General Relativity"
arch=('i686' 'x86_64')
url="https://einsteinpy.org"
license=('MIT')
-makedepends=('git' 'python-setuptools' 'python-nbsphinx' 'pandoc' 'graphviz')
+makedepends=('git' 'python-setuptools' 'python-scipy' 'python-nbsphinx' 'pandoc' 'graphviz')
checkdepends=('python-pytest' 'python-matplotlib' 'python-sympy' 'python-plotly' 'python-astropy' 'python-numba' 'python-einsteinpy_geodesics')
source=("git+https://github.com/einsteinpy/einsteinpy")
md5sums=('SKIP')