summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-01-17 18:11:40 +0800
committerUniversebenzene2020-01-17 18:11:40 +0800
commit353554413dd5cde2a1f9c79e268bd3c726965b74 (patch)
tree5af0a35a9bc74fe4d3f4ca53e9cc56fe14588c7f
parentd6c9768c6c0be76adec21ef041d7f10eeee6617c (diff)
downloadaur-353554413dd5cde2a1f9c79e268bd3c726965b74.tar.gz
Update from upstream
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc8700bb7ab7..756b89524543 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-einsteinpy-git
pkgdesc = Python package for General Relativity
- pkgver = 0.1.0.r420.gd753747
+ pkgver = 0.1.0.r428.g4df5a19
pkgrel = 1
url = https://einsteinpy.org/
arch = i686
@@ -11,6 +11,7 @@ pkgbase = python-einsteinpy-git
checkdepends = python-sympy
checkdepends = python-plotly
checkdepends = python-astropy
+ checkdepends = python-numba
makedepends = git
makedepends = python-setuptools
makedepends = python-nbsphinx
diff --git a/PKGBUILD b/PKGBUILD
index 47a6eb766285..3033c0615ae7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgbase=python-einsteinpy-git
_gitname=einsteinpy
pkgname=("python-${_gitname}-git" "python-${_gitname}-doc-git")
-pkgver=0.1.0.r420.gd753747
+pkgver=0.1.0.r428.g4df5a19
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')
-checkdepends=('python-pytest' 'python-matplotlib' 'python-sympy' 'python-plotly' 'python-astropy')
+checkdepends=('python-pytest' 'python-matplotlib' 'python-sympy' 'python-plotly' 'python-astropy' 'python-numba')
source=("git+https://github.com/einsteinpy/einsteinpy")
md5sums=('SKIP')