summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-06-28 22:21:46 +0800
committerUniversebenzene2021-06-28 22:21:46 +0800
commit95f8e509f56ed60d31f64b4520883a83af694996 (patch)
treec3e12152354d94b2d8cddaed88bf5b004975616a
parent9aeef00a4c979ca083509edd57e8d5d8a238f22c (diff)
downloadaur-95f8e509f56ed60d31f64b4520883a83af694996.tar.gz
Update to version 0.15.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b7aa8350744..8f67b9b9d076 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-poliastro
pkgdesc = Astrodynamics and Orbital Mechanics computations
- pkgver = 0.15.0
+ pkgver = 0.15.2
pkgrel = 1
url = http://docs.poliastro.space
arch = i686
@@ -8,8 +8,8 @@ pkgbase = python-poliastro
license = MIT
makedepends = python-setuptools
makedepends = python-dephell
- source = https://files.pythonhosted.org/packages/source/p/poliastro/poliastro-0.15.0.tar.gz
- md5sums = 8a366384c8fd8e38b6c3cf21a18aa874
+ source = https://files.pythonhosted.org/packages/source/p/poliastro/poliastro-0.15.2.tar.gz
+ md5sums = 6f3e724beff0b8831dc3101acfadb633
pkgname = python-poliastro
depends = python-scipy
@@ -22,4 +22,3 @@ pkgname = python-poliastro
optdepends = python-pandas
optdepends = python-astroquery
optdepends = python-pytest: For running the tests from the package
-
diff --git a/PKGBUILD b/PKGBUILD
index 42a623bba995..5913f64dec44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-poliastro
_pyname=${pkgname#python-}
-pkgver=0.15.0
+pkgver=0.15.2
pkgrel=1
pkgdesc="Astrodynamics and Orbital Mechanics computations"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ makedepends=('python-setuptools' 'python-dephell')
# 'python-jplephem'
# 'python-numba')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('8a366384c8fd8e38b6c3cf21a18aa874')
+md5sums=('6f3e724beff0b8831dc3101acfadb633')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}