summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2015-10-05 14:51:11 -0400
committerMiguel de Val-Borro2015-10-05 14:51:11 -0400
commitb311e130f586f047fdde661258cef6a5ddc0adcc (patch)
treeaf5b2af0f2b0689d7d35980980d6fc36004059a3
parent41e620af652ec8e5cf2a2765742cdbb24f86de94 (diff)
downloadaur-b311e130f586f047fdde661258cef6a5ddc0adcc.tar.gz
update to 1.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baba6bb429cc..22f6f8725fe6 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.4
+ pkgver = 1.0.5
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.4.tar.gz
- md5sums = 71d3febcf652f7af7b867573497ef3d3
+ source = http://pypi.python.org/packages/source/a/astropy-helpers/astropy-helpers-1.0.5.tar.gz
+ md5sums = 972eec15550d60b5892a8af672b8a8ef
pkgname = python-astropy-helpers
diff --git a/PKGBUILD b/PKGBUILD
index 509ce81071ca..7f62feb632ca 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.4
+pkgver=1.0.5
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=('71d3febcf652f7af7b867573497ef3d3')
+md5sums=('972eec15550d60b5892a8af672b8a8ef')
build() {
cp -r ${srcdir}/astropy-helpers-${pkgver} ${srcdir}/astropy-helpers-${pkgver}-py2