summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-08-31 19:50:05 +0800
committerUniversebenzene2020-08-31 19:50:05 +0800
commit1af9b9c6c8cbd82a7ca8c1c242ebf99afa0b06b6 (patch)
tree6e1c43fa67230f8024fb606649371398b30048ab
parent9d0b01209ef6ce1997fbc868c8eccc95be8d865c (diff)
downloadaur-1af9b9c6c8cbd82a7ca8c1c242ebf99afa0b06b6.tar.gz
Update from upstream
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0afb3f62eae2..9fb7cef6ee46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-einsteinpy-git
pkgdesc = Python package for General Relativity
- pkgver = 0.1.0.r622.g56cd2fa
+ pkgver = 0.1.0.r635.gd81f2da
pkgrel = 1
- url = https://einsteinpy.org/
+ url = https://einsteinpy.org
arch = i686
arch = x86_64
license = MIT
@@ -12,6 +12,7 @@ pkgbase = python-einsteinpy-git
checkdepends = python-plotly
checkdepends = python-astropy
checkdepends = python-numba
+ checkdepends = python-einsteinpy_geodesics
makedepends = git
makedepends = python-setuptools
makedepends = python-nbsphinx
diff --git a/PKGBUILD b/PKGBUILD
index 49a86f266c35..ce083dd56fbb 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.r622.g56cd2fa
+pkgver=0.1.0.r635.gd81f2da
pkgrel=1
pkgdesc="Python package for General Relativity"
arch=('i686' 'x86_64')
-url="https://einsteinpy.org/"
+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' 'python-numba')
+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')
@@ -44,7 +44,7 @@ package_python-einsteinpy-git() {
cd ${srcdir}/${_gitname}
install -D -m644 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYING
- install -D -m644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -D -m644 README.rst *.ipynb -t "${pkgdir}/usr/share/doc/${pkgname}"
python setup.py install --root=${pkgdir} --prefix=/usr --optimize=1
}