summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMédéric Boquien2022-03-23 06:43:45 -0300
committerMédéric Boquien2022-03-23 06:43:45 -0300
commit1161c7d38db2890aa1093353ffc8873b4a4c2c62 (patch)
tree1fa55e5b8e5d492d1849f5ada4d981bbeab33cf8
parent112160c0c4b986465bd942f90d2e4c1dd4c7f855 (diff)
downloadaur-1161c7d38db2890aa1093353ffc8873b4a4c2c62.tar.gz
Update to version 0.4.6.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ccbc758d93d..f8d9b09edeb4 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.5
+ pkgver = 0.4.6
pkgrel = 1
url = http://astroquery.readthedocs.org/en/latest/
arch = x86_64
@@ -18,7 +18,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.5.tar.gz
- sha512sums = 428f465c49ea4a366489fbab7482caa1110c3556f2db1034eef73b1ccca284cfc5e2ec4d9b32222e05564cb0c84e670f0f4bfe4f2bf62f5600ed7567c65ca92f
+ source = https://files.pythonhosted.org/packages/source/a/astroquery/astroquery-0.4.6.tar.gz
+ sha512sums = 4ec5e2fbd9754ae0be614011a0020218fbdd7d7cf4511836b40cefcf99fa0feb88cc247c2c83e556aa11ff10930b9e4d7784d175039f9581a4551bb4667a3529
pkgname = python-astroquery
diff --git a/PKGBUILD b/PKGBUILD
index d0fe59a22e4a..d043edbfc9bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Médéric boquien <mboquien@free.fr>
pkgname=python-astroquery
-pkgver=0.4.5
+pkgver=0.4.6
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=('428f465c49ea4a366489fbab7482caa1110c3556f2db1034eef73b1ccca284cfc5e2ec4d9b32222e05564cb0c84e670f0f4bfe4f2bf62f5600ed7567c65ca92f')
+sha512sums=('4ec5e2fbd9754ae0be614011a0020218fbdd7d7cf4511836b40cefcf99fa0feb88cc247c2c83e556aa11ff10930b9e4d7784d175039f9581a4551bb4667a3529')
build() {
cd ${srcdir}/astroquery-${pkgver}