summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent112160c0c4b986465bd942f90d2e4c1dd4c7f855 (diff)
downloadaur-1161c7d38db2890aa1093353ffc8873b4a4c2c62.tar.gz
Update to version 0.4.6.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}