summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2018-02-06 10:32:31 -0500
committerMiguel de Val-Borro2018-02-06 10:32:31 -0500
commitb1f7ee4ca141bc49e72474614c7cced40a36bc86 (patch)
tree338a554ee7948b2210ff0496fe9ce07f59bdb7f7
parent30d79ff3b6d209ea7a7ea8bcb0edbbd52fa7ba73 (diff)
downloadaur-b1f7ee4ca141bc49e72474614c7cced40a36bc86.tar.gz
update to 2.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d96f2c46b306..f1f7093b441a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Nov 29 22:11:52 UTC 2017
pkgbase = python-astropy-helpers
pkgdesc = Utilities used for building the Astropy python library for astronomy
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/astropy/astropy-helpers
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-2.0.2.tar.gz
- md5sums = f908249b595abf957784c002681ec88a
+ source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-2.0.3.tar.gz
+ md5sums = 8129ddec049865e7401d1a7e86b3a22b
pkgname = python-astropy-helpers
diff --git a/PKGBUILD b/PKGBUILD
index 74eb141b2dd7..399dadc510c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
+# Maintainer: Miguel de Val-Borro <miguel.deval at gmail dot com>
pkgname=('python-astropy-helpers' 'python2-astropy-helpers')
-pkgver=2.0.2
+pkgver=2.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=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz")
-md5sums=('f908249b595abf957784c002681ec88a')
+md5sums=('8129ddec049865e7401d1a7e86b3a22b')
build() {
cp -r ${srcdir}/astropy-helpers-${pkgver} ${srcdir}/astropy-helpers-${pkgver}-py2