summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2015-08-01 11:01:02 -0400
committerMiguel de Val-Borro2015-08-01 11:01:02 -0400
commit2d129765bed3ea647ef8b8749cdf17e9da384121 (patch)
tree87f02528a65224707eb3d87518e2ba6cb4cfaa26
parent03d13da13cc13b4f3da78daaa2e13966e84589ec (diff)
downloadaur-2d129765bed3ea647ef8b8749cdf17e9da384121.tar.gz
update to 1.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45bd3aefcc8f..8a039fedfbe1 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.2
+ pkgver = 1.0.3
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.2.tar.gz
- md5sums = 2b0e971ec0843e78816d745a27f5dead
+ source = http://pypi.python.org/packages/source/a/astropy-helpers/astropy-helpers-1.0.3.tar.gz
+ md5sums = 2da458d6d1bdf4c61bac357cbb76b272
pkgname = python-astropy-helpers
diff --git a/PKGBUILD b/PKGBUILD
index a551e1eb883e..37771a2c1120 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.2
+pkgver=1.0.3
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=('2b0e971ec0843e78816d745a27f5dead')
+md5sums=('2da458d6d1bdf4c61bac357cbb76b272')
build() {
cp -r ${srcdir}/astropy-helpers-${pkgver} ${srcdir}/astropy-helpers-${pkgver}-py2