summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2018-02-17 10:54:27 -0500
committerMiguel de Val-Borro2018-02-17 10:54:27 -0500
commita31bd30447970db071bbddbdb8c5ae86c747f456 (patch)
treed1c20c2b62f466db951ecc01d545077aed0a912c
parentca9d1a9517ebbebd116d50dbb8b150e40864f666 (diff)
downloadaur-a31bd30447970db071bbddbdb8c5ae86c747f456.tar.gz
Update to 2.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c098e35e45d..7aa0bd13d574 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.3
- pkgrel = 2
+ pkgver = 2.0.4
+ 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.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 = python2-astropy-helpers
diff --git a/PKGBUILD b/PKGBUILD
index 7bd954e0bb26..eeeceeba898f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# 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.3
-pkgrel=2
+pkgver=2.0.4
+pkgrel=1
pkgdesc="Utilities used for building the Astropy python library for astronomy"
arch=('any')
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=('8129ddec049865e7401d1a7e86b3a22b')
+md5sums=('caf180a864df8b5703e8b4e0f6d74c61')
build() {
cd ${srcdir}/astropy-helpers-${pkgver}