summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2018-02-17 10:51:08 -0500
committerMiguel de Val-Borro2018-02-17 10:51:08 -0500
commit1aedfb244b76c2c675ae6f2ce57c0cb3b45d16e1 (patch)
treeaa798671efc983d7bbadf92219e4e7e88cf13dca
parentd3cc2bcb02f3e55adebb41743efdfdfd65c645c1 (diff)
downloadaur-1aedfb244b76c2c675ae6f2ce57c0cb3b45d16e1.tar.gz
upte to 2.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b5f6d8b81b6..d13de841610b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-astropy-helpers
pkgdesc = Utilities used for building the Astropy python library for astronomy
- pkgver = 2.0.3
+ pkgver = 2.0.4
pkgrel = 3
url = https://github.com/astropy/astropy-helpers
arch = any
license = BSD
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-2.0.3.tar.gz
- md5sums = 8129ddec049865e7401d1a7e86b3a22b
+ source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-2.0.4.tar.gz
+ md5sums = caf180a864df8b5703e8b4e0f6d74c61
pkgname = python-astropy-helpers
diff --git a/PKGBUILD b/PKGBUILD
index df8bd2a2d0b1..b83aa7b0684a 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=('python-astropy-helpers')
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=3
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=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz")
-md5sums=('8129ddec049865e7401d1a7e86b3a22b')
+md5sums=('caf180a864df8b5703e8b4e0f6d74c61')
build() {
cd ${srcdir}/astropy-helpers-${pkgver}