summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59953483cbfb..4fb661130268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Miguel de Val-Borro <miguel . deval @ gmail . com>
+# Maintainer: Miguel de Val-Borro <miguel dot deval at gmail dot com>
pkgname=python-astroquery
-pkgver=0.3.9
+pkgver=0.3.10
pkgrel=1
pkgdesc="Set of tools for querying astronomical web forms and databases"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('python>=3.4' 'python-numpy>=1.9' 'python-astropy>=1.0' 'python-request
conflicts=()
makedepends=('cython')
source=("https://files.pythonhosted.org/packages/source/a/astroquery/astroquery-${pkgver}.tar.gz")
-md5sums=('f2d69fa431306894ed5db74432093e22')
+md5sums=('416425aa84d7b2efed912615eb06f088')
build() {
cd ${srcdir}/astroquery-${pkgver}