summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMédéric Boquien2022-03-10 16:41:10 -0300
committerMédéric Boquien2022-03-10 16:41:10 -0300
commit968588cd464ad1a22d946d66f9b679bc5bbbb419 (patch)
tree21f23634062eae34e9967ba372da622d9bb20f4c
parent0f5457745989c8179aa644f67b897d215f78f4ea (diff)
downloadaur-968588cd464ad1a22d946d66f9b679bc5bbbb419.tar.gz
Update to version 5.0.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9574304a3c35..3f8912f0d26f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-astropy
pkgdesc = A community python library for astronomy
- pkgver = 5.0.1
+ pkgver = 5.0.2
pkgrel = 1
url = http://www.astropy.org/
arch = i686
@@ -37,7 +37,7 @@ pkgbase = python-astropy
optdepends = python-pyarrow: To read/write Table objects from/to Parquet files
conflicts = python-pyfits
conflicts = python-vo
- source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-5.0.1.tar.gz
- sha512sums = 7035047881300d772776ac64f06f7bed1cc2556a22816ff1bb4a24c2e25062a36b2602cc3516a89c2f3b03782d5ecc0cc087b2cbd2d997c2108216187fe91dda
+ source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-5.0.2.tar.gz
+ sha512sums = 77aac717a8234821a84c3b95dec81cc7440f8d043741d51cb57d7c494e57e91ceb5fe652b7e385490cb99dc57193c31006355158ad4af605f52e80f2c2249e0a
pkgname = python-astropy
diff --git a/PKGBUILD b/PKGBUILD
index 032ff493aebf..106fd53752e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=python-astropy
-pkgver=5.0.1
+pkgver=5.0.2
pkgrel=1
pkgdesc="A community python library for astronomy"
arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@ optdepends=('python-scipy: powers a variety of features in several modules'
conflicts=('python-pyfits' 'python-vo')
makedepends=('cython' 'python-jinja' 'python-setuptools-scm' 'python-extension-helpers')
source=("https://files.pythonhosted.org/packages/source/a/astropy/astropy-${pkgver}.tar.gz")
-sha512sums=('7035047881300d772776ac64f06f7bed1cc2556a22816ff1bb4a24c2e25062a36b2602cc3516a89c2f3b03782d5ecc0cc087b2cbd2d997c2108216187fe91dda')
+sha512sums=('77aac717a8234821a84c3b95dec81cc7440f8d043741d51cb57d7c494e57e91ceb5fe652b7e385490cb99dc57193c31006355158ad4af605f52e80f2c2249e0a')
build() {
cd "${srcdir}/astropy-${pkgver}"