summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a039fedfbe1..baba6bb429cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-astropy-helpers
pkgdesc = Utilities used for building the Astropy python library for astronomy
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/astropy/astropy-helpers
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = http://pypi.python.org/packages/source/a/astropy-helpers/astropy-helpers-1.0.3.tar.gz
- md5sums = 2da458d6d1bdf4c61bac357cbb76b272
+ source = http://pypi.python.org/packages/source/a/astropy-helpers/astropy-helpers-1.0.4.tar.gz
+ md5sums = 71d3febcf652f7af7b867573497ef3d3
pkgname = python-astropy-helpers
diff --git a/PKGBUILD b/PKGBUILD
index 37771a2c1120..509ce81071ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-astropy-helpers' 'python2-astropy-helpers')
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="Utilities used for building the Astropy python library for astronomy"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/astropy/astropy-helpers"
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("http://pypi.python.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz")
-md5sums=('2da458d6d1bdf4c61bac357cbb76b272')
+md5sums=('71d3febcf652f7af7b867573497ef3d3')
build() {
cp -r ${srcdir}/astropy-helpers-${pkgver} ${srcdir}/astropy-helpers-${pkgver}-py2