summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2017-11-29 17:13:24 -0500
committerMiguel de Val-Borro2017-11-29 17:13:24 -0500
commit30d79ff3b6d209ea7a7ea8bcb0edbbd52fa7ba73 (patch)
tree793653003770ed79c2d493ae7e8c9e49386d2563
parent5ec8421816f3cdcff124affd21ae0fe2089ca265 (diff)
downloadaur-30d79ff3b6d209ea7a7ea8bcb0edbbd52fa7ba73.tar.gz
bump to 2.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 356bf4e9261f..d96f2c46b306 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Jun 16 14:43:54 UTC 2017
+# Wed Nov 29 22:11:52 UTC 2017
pkgbase = python-astropy-helpers
pkgdesc = Utilities used for building the Astropy python library for astronomy
- pkgver = 1.3.1
+ pkgver = 2.0.2
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-1.3.1.tar.gz
- md5sums = 48e4fade3a02cfc73b72336b03cdda56
+ source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-2.0.2.tar.gz
+ md5sums = f908249b595abf957784c002681ec88a
pkgname = python-astropy-helpers
diff --git a/PKGBUILD b/PKGBUILD
index e05eaa5a254b..74eb141b2dd7 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.3.1
+pkgver=2.0.2
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=('48e4fade3a02cfc73b72336b03cdda56')
+md5sums=('f908249b595abf957784c002681ec88a')
build() {
cp -r ${srcdir}/astropy-helpers-${pkgver} ${srcdir}/astropy-helpers-${pkgver}-py2