summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMédéric Boquien2024-03-11 18:37:55 +0100
committerMédéric Boquien2024-03-11 18:37:55 +0100
commit243631a1f59a301b43e3078eab17c4aeed76e1a8 (patch)
tree4ff45eba3b81293af39db3108b27825304c47e41
parentb9afe81d83f261dd8eb852c62311f0622a1e958d (diff)
downloadaur-243631a1f59a301b43e3078eab17c4aeed76e1a8.tar.gz
Update to version 0.4.7.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab7f85a8b6a7..09265a855dd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-astroquery
pkgdesc = Set of tools for querying astronomical web forms and databases
- pkgver = 0.4.6
- pkgrel = 2
+ pkgver = 0.4.7
+ pkgrel = 1
url = http://astroquery.readthedocs.org/en/latest/
arch = x86_64
license = BSD
@@ -19,7 +19,7 @@ pkgbase = python-astroquery
optdepends = python-astropy-healpix: required for the full functionality of the cds 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.6.tar.gz
- sha512sums = 4ec5e2fbd9754ae0be614011a0020218fbdd7d7cf4511836b40cefcf99fa0feb88cc247c2c83e556aa11ff10930b9e4d7784d175039f9581a4551bb4667a3529
+ source = https://files.pythonhosted.org/packages/source/a/astroquery/astroquery-0.4.7.tar.gz
+ sha512sums = c34929381dbed0c359e768f84dc48fc6f57ace8d6e7ee60d3ce6563201802b661f3d4bc032f07b8ff00b2f5d82e482e6dd93f468ab6760fbdff9ee4578d8a9ee
pkgname = python-astroquery
diff --git a/PKGBUILD b/PKGBUILD
index ee5df9c7f02d..f2df5febfdd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Médéric boquien <mboquien@free.fr>
pkgname=python-astroquery
-pkgver=0.4.6
-pkgrel=2
+pkgver=0.4.7
+pkgrel=1
pkgdesc="Set of tools for querying astronomical web forms and databases"
arch=('x86_64')
url="http://astroquery.readthedocs.org/en/latest/"
@@ -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=('4ec5e2fbd9754ae0be614011a0020218fbdd7d7cf4511836b40cefcf99fa0feb88cc247c2c83e556aa11ff10930b9e4d7784d175039f9581a4551bb4667a3529')
+sha512sums=('c34929381dbed0c359e768f84dc48fc6f57ace8d6e7ee60d3ce6563201802b661f3d4bc032f07b8ff00b2f5d82e482e6dd93f468ab6760fbdff9ee4578d8a9ee')
build() {
cd ${srcdir}/astroquery-${pkgver}