summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2017-06-16 10:43:58 -0400
committerMiguel de Val-Borro2017-06-16 10:43:58 -0400
commit5ec8421816f3cdcff124affd21ae0fe2089ca265 (patch)
tree708589e0a58e4be0ca7b954244714d24ae8ea32f
parent34f61541b6473231394bf53d166f183be15e293a (diff)
downloadaur-5ec8421816f3cdcff124affd21ae0fe2089ca265.tar.gz
bump to 1.3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfed1cd66267..356bf4e9261f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Jun 16 14:43:54 UTC 2017
pkgbase = python-astropy-helpers
pkgdesc = Utilities used for building the Astropy python library for astronomy
- pkgver = 1.2
- pkgrel = 2
+ pkgver = 1.3.1
+ 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.2.tar.gz
- md5sums = d54b21e54506014ebf191dbc83d8f315
+ source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-1.3.1.tar.gz
+ md5sums = 48e4fade3a02cfc73b72336b03cdda56
pkgname = python-astropy-helpers
diff --git a/PKGBUILD b/PKGBUILD
index 44619f9390b5..e05eaa5a254b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-astropy-helpers' 'python2-astropy-helpers')
-pkgver=1.2
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
pkgdesc="Utilities used for building the Astropy python library for astronomy"
arch=('any')
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=('d54b21e54506014ebf191dbc83d8f315')
+md5sums=('48e4fade3a02cfc73b72336b03cdda56')
build() {
cp -r ${srcdir}/astropy-helpers-${pkgver} ${srcdir}/astropy-helpers-${pkgver}-py2