summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2018-02-04 13:09:57 -0500
committerMiguel de Val-Borro2018-02-04 13:09:57 -0500
commit2b054b8afbad0213dfb064fba48e2a9185eb0f28 (patch)
treec7aaab95a78a494f11cf7032d355e881e99f098f
parent4fb3fe80dce6fb3f426d017712d65cffbfb132a0 (diff)
downloadaur-2b054b8afbad0213dfb064fba48e2a9185eb0f28.tar.gz
update to astroquery 0.3.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3de50d2e938..32b5bd53fbfd 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.3.6
- pkgrel = 2
+ pkgver = 0.3.7
+ pkgrel = 1
url = http://astroquery.readthedocs.org/en/latest/
arch = x86_64
license = BSD
@@ -13,8 +13,8 @@ pkgbase = python-astroquery
depends = python-keyring
depends = python-beautifulsoup4
depends = python-html5lib
- source = https://files.pythonhosted.org/packages/source/a/astroquery/astroquery-0.3.6.tar.gz
- md5sums = 7d8e3b6d279fad380a0ddc572a723c61
+ source = https://files.pythonhosted.org/packages/source/a/astroquery/astroquery-0.3.7.tar.gz
+ md5sums = 308845b6d9315fb4d582b90f04fcfa05
pkgname = python-astroquery
diff --git a/PKGBUILD b/PKGBUILD
index d441337c2fd7..1563df610332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Miguel de Val-Borro <miguel . deval @ gmail . com>
pkgname=python-astroquery
-pkgver=0.3.6
-pkgrel=2
+pkgver=0.3.7
+pkgrel=1
pkgdesc="Set of tools for querying astronomical web forms and databases"
arch=('x86_64')
url="http://astroquery.readthedocs.org/en/latest/"
@@ -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=('7d8e3b6d279fad380a0ddc572a723c61')
+md5sums=('308845b6d9315fb4d582b90f04fcfa05')
build() {
cd ${srcdir}/astroquery-${pkgver}