summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2019-06-20 13:04:35 -0400
committerMiguel de Val-Borro2019-06-20 13:04:35 -0400
commit6fc4c6123ca29db63f6b10942e55f8ee6373d961 (patch)
tree4e14b561c519a8c8f7939c9d301960d4f2f0441b
parent322a932b6dc6cc9883cd0815c2e226b63f98001a (diff)
downloadaur-6fc4c6123ca29db63f6b10942e55f8ee6373d961.tar.gz
Update to 2.0.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74f332ff95ad..accf765c9186 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python2-astropy-helpers
pkgdesc = Utilities used for building the Astropy python library for astronomy
- pkgver = 2.0.9
+ pkgver = 2.0.10
pkgrel = 1
url = https://github.com/astropy/astropy-helpers
arch = any
license = BSD
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-2.0.9.tar.gz
- md5sums = 137f672ef749e946203eecad365209e9
+ source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-2.0.10.tar.gz
+ md5sums = 46a8749bc4928557a1a516b04c7aae96
pkgname = python2-astropy-helpers
diff --git a/PKGBUILD b/PKGBUILD
index 2bacee3a3825..4cce72d64f99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miguel de Val-Borro <miguel.deval at gmail dot com>
# Contributor: Universebenzene <universebenzene at sina dot com>
pkgname=('python2-astropy-helpers')
-pkgver=2.0.9
+pkgver=2.0.10
pkgrel=1
pkgdesc="Utilities used for building the Astropy python library for astronomy"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/astropy/astropy-helpers"
license=('BSD')
makedepends=('python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz")
-md5sums=('137f672ef749e946203eecad365209e9')
+md5sums=('46a8749bc4928557a1a516b04c7aae96')
build() {
cd ${srcdir}/astropy-helpers-${pkgver}