summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-01-16 01:39:04 +0800
committerUniversebenzene2020-01-16 01:39:04 +0800
commitd6c9768c6c0be76adec21ef041d7f10eeee6617c (patch)
treed1f82209d9433ef76204e5d3121091bbc3e364a1
parent416e13a8139e4e16ddec1e84aa93443a3a81ebf2 (diff)
downloadaur-d6c9768c6c0be76adec21ef041d7f10eeee6617c.tar.gz
Update from upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47ebe92b149b..dc8700bb7ab7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-einsteinpy-git
pkgdesc = Python package for General Relativity
- pkgver = 0.1.0.r419.gc5f0e55
+ pkgver = 0.1.0.r420.gd753747
pkgrel = 1
url = https://einsteinpy.org/
arch = i686
@@ -14,7 +14,6 @@ pkgbase = python-einsteinpy-git
makedepends = git
makedepends = python-setuptools
makedepends = python-nbsphinx
- makedepends = python-numba
makedepends = pandoc
makedepends = graphviz
source = git+https://github.com/einsteinpy/einsteinpy
@@ -26,7 +25,6 @@ pkgname = python-einsteinpy-git
depends = python-matplotlib
depends = python-plotly
depends = python-sympy
- optdepends = python-numba: For accelerating the code
optdepends = python-einsteinpy-doc: Documentation for EinsteinPy
provides = python-einsteinpy
conflicts = python-einsteinpy
diff --git a/PKGBUILD b/PKGBUILD
index 74469eddc055..47a6eb766285 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.r419.gc5f0e55
+pkgver=0.1.0.r420.gd753747
pkgrel=1
pkgdesc="Python package for General Relativity"
arch=('i686' 'x86_64')
url="https://einsteinpy.org/"
license=('MIT')
-makedepends=('git' 'python-setuptools' 'python-nbsphinx' 'python-numba' 'pandoc' 'graphviz')
+makedepends=('git' 'python-setuptools' 'python-nbsphinx' 'pandoc' 'graphviz')
checkdepends=('python-pytest' 'python-matplotlib' 'python-sympy' 'python-plotly' 'python-astropy')
source=("git+https://github.com/einsteinpy/einsteinpy")
md5sums=('SKIP')
@@ -38,8 +38,7 @@ check() {
package_python-einsteinpy-git() {
depends=('python>=3.5' 'python-astropy' 'python-matplotlib' 'python-plotly' 'python-sympy')
- optdepends=('python-numba: For accelerating the code'
- 'python-einsteinpy-doc: Documentation for EinsteinPy')
+ optdepends=('python-einsteinpy-doc: Documentation for EinsteinPy')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
cd ${srcdir}/${_gitname}