summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMédéric Boquien2021-07-08 08:36:44 -0400
committerMédéric Boquien2021-07-08 08:36:44 -0400
commit86216233327bc78659c6ace44e4c1b1e60cf099b (patch)
tree9e623829e2f12c490519e2b8e39d9e776b6cc637
parentea0e51efc859077442df260568f28ae33bb7e4d0 (diff)
downloadaur-86216233327bc78659c6ace44e4c1b1e60cf099b.tar.gz
Update to version 0.4.3.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 163f253f8766..3e3b54399aca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-astroquery
pkgdesc = Set of tools for querying astronomical web forms and databases
- pkgver = 0.4.2
+ pkgver = 0.4.3
pkgrel = 1
url = http://astroquery.readthedocs.org/en/latest/
arch = x86_64
@@ -18,8 +18,7 @@ pkgbase = python-astroquery
optdepends = python-pyregion: required for the full functionality of the alma module
optdepends = python-regions: required for the full functionality of the cds module
optdepends = python-boto3: required for the full functionality of the mast module
- source = https://files.pythonhosted.org/packages/source/a/astroquery/astroquery-0.4.2.tar.gz
- sha512sums = 2e9ff23d4b21e8b5c8bc6fb089a76834b4d45d13114b4760ccd9eb4c9a0a8e2098b92dcb59b48a2fdb21e7cb7ea8a558e34f9cc72bef1e181a0feca8f828d7c2
+ source = https://files.pythonhosted.org/packages/source/a/astroquery/astroquery-0.4.3.tar.gz
+ sha512sums = 80ea34e86919b6442e92f59f1dd759c482f72e1d9ccad69ed25b8dfafc8d7fe30c192539a0a104981279d3966eff0fdd6272022f320b93f9a8ba29745f64de8f
pkgname = python-astroquery
-
diff --git a/PKGBUILD b/PKGBUILD
index 5f967744b855..a3ee7473bf32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Médéric boquien <mboquien@free.fr>
pkgname=python-astroquery
-pkgver=0.4.2
+pkgver=0.4.3
pkgrel=1
pkgdesc="Set of tools for querying astronomical web forms and databases"
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=('python-aplpy: required for the full functionality of the alma modul
conflicts=()
makedepends=('cython')
source=("https://files.pythonhosted.org/packages/source/a/astroquery/astroquery-${pkgver}.tar.gz")
-sha512sums=('2e9ff23d4b21e8b5c8bc6fb089a76834b4d45d13114b4760ccd9eb4c9a0a8e2098b92dcb59b48a2fdb21e7cb7ea8a558e34f9cc72bef1e181a0feca8f828d7c2')
+sha512sums=('80ea34e86919b6442e92f59f1dd759c482f72e1d9ccad69ed25b8dfafc8d7fe30c192539a0a104981279d3966eff0fdd6272022f320b93f9a8ba29745f64de8f')
build() {
cd ${srcdir}/astroquery-${pkgver}