summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMédéric Boquien2021-12-27 09:30:03 +0100
committerMédéric Boquien2021-12-27 09:30:03 +0100
commit112160c0c4b986465bd942f90d2e4c1dd4c7f855 (patch)
treef48f0737a0865f92699839adc5d1be94de50cfb2
parent8327c5186c9ead7930ff5a0c52a7abdcd37092e6 (diff)
downloadaur-112160c0c4b986465bd942f90d2e4c1dd4c7f855.tar.gz
Update to version 0.4.5.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c640ffeb449..3ccbc758d93d 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.4
- pkgrel = 2
+ pkgver = 0.4.5
+ pkgrel = 1
url = http://astroquery.readthedocs.org/en/latest/
arch = x86_64
license = BSD
@@ -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.4.tar.gz
- sha512sums = b8d96cacb901c3bab00103408d24694fad31f3fefa73c9c33accef671e6b7e253ea69912a3e3bd71c98a0fe5125fd6cfe4c5c52086b61a4fe4c864e9012f81a6
+ source = https://files.pythonhosted.org/packages/source/a/astroquery/astroquery-0.4.5.tar.gz
+ sha512sums = 428f465c49ea4a366489fbab7482caa1110c3556f2db1034eef73b1ccca284cfc5e2ec4d9b32222e05564cb0c84e670f0f4bfe4f2bf62f5600ed7567c65ca92f
pkgname = python-astroquery
diff --git a/PKGBUILD b/PKGBUILD
index 5f23b987cc32..d0fe59a22e4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Médéric boquien <mboquien@free.fr>
pkgname=python-astroquery
-pkgver=0.4.4
-pkgrel=2
+pkgver=0.4.5
+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=('b8d96cacb901c3bab00103408d24694fad31f3fefa73c9c33accef671e6b7e253ea69912a3e3bd71c98a0fe5125fd6cfe4c5c52086b61a4fe4c864e9012f81a6')
+sha512sums=('428f465c49ea4a366489fbab7482caa1110c3556f2db1034eef73b1ccca284cfc5e2ec4d9b32222e05564cb0c84e670f0f4bfe4f2bf62f5600ed7567c65ca92f')
build() {
cd ${srcdir}/astroquery-${pkgver}