summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentb9afe81d83f261dd8eb852c62311f0622a1e958d (diff)
downloadaur-python-astroquery.tar.gz
Update to version 0.4.7.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}