summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-05-31 02:00:25 +0800
committerUniversebenzene2020-05-31 02:00:25 +0800
commit5a13b06fdabb85948022df39ce12ae7a960eea6f (patch)
tree4038395b5026ebd99a00bd296ba39d51ca39239f
parent3dcc5c7d05755d8a1fce37d513ab00a8f733de34 (diff)
downloadaur-5a13b06fdabb85948022df39ce12ae7a960eea6f.tar.gz
Update from upstream
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f55bfe714ab..49806207fc2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-einsteinpy-git
pkgdesc = Python package for General Relativity
- pkgver = 0.1.0.r549.g0e311be
+ pkgver = 0.1.0.r580.gd4f162f
pkgrel = 1
url = https://einsteinpy.org/
arch = i686
@@ -21,11 +21,12 @@ pkgbase = python-einsteinpy-git
md5sums = SKIP
pkgname = python-einsteinpy-git
- depends = python>=3.5
+ depends = python>=3.6
depends = python-astropy
depends = python-matplotlib
depends = python-plotly
depends = python-sympy
+ depends = python-numba
optdepends = python-einsteinpy-doc: Documentation for EinsteinPy
provides = python-einsteinpy
conflicts = python-einsteinpy
diff --git a/PKGBUILD b/PKGBUILD
index 302a2cfa38d4..6b661b26a865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-einsteinpy-git
_gitname=einsteinpy
pkgname=("python-${_gitname}-git" "python-${_gitname}-doc-git")
-pkgver=0.1.0.r549.g0e311be
+pkgver=0.1.0.r580.gd4f162f
pkgrel=1
pkgdesc="Python package for General Relativity"
arch=('i686' 'x86_64')
@@ -37,7 +37,7 @@ check() {
}
package_python-einsteinpy-git() {
- depends=('python>=3.5' 'python-astropy' 'python-matplotlib' 'python-plotly' 'python-sympy')
+ depends=('python>=3.6' 'python-astropy' 'python-matplotlib' 'python-plotly' 'python-sympy' 'python-numba')
optdepends=('python-einsteinpy-doc: Documentation for EinsteinPy')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")