summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2018-06-18 18:15:57 -0400
committerMiguel de Val-Borro2018-06-18 18:15:57 -0400
commitd9d9447122673fe89de6f1b49c512210e3c51deb (patch)
tree400e71698abf7e293f2b3eefc1eedd47e106f960
parent44a38b9b8a665c2b5c8266f7079164fdc0c5c0fa (diff)
downloadaur-d9d9447122673fe89de6f1b49c512210e3c51deb.tar.gz
Update astropy-helpers
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0967747fb70a..1cc3daab3aed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-astropy-helpers
pkgdesc = Utilities used for building the Astropy python library for astronomy
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/astropy/astropy-helpers
arch = any
license = BSD
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-3.0.1.tar.gz
- md5sums = 0a67da939a2af2eab492695d800190f2
+ source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-3.0.2.tar.gz
+ md5sums = 0e7b7e284be43946ec74e9f3b59af726
pkgname = python-astropy-helpers
diff --git a/PKGBUILD b/PKGBUILD
index d4b5b93e8a93..b115cf6a9e01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miguel de Val-Borro <miguel.deval at gmail dot com>
# Contributor: Universebenzene <universebenzene at sina dot com>
pkgname=('python-astropy-helpers')
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="Utilities used for building the Astropy python library for astronomy"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/astropy/astropy-helpers"
license=('BSD')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz")
-md5sums=('0a67da939a2af2eab492695d800190f2')
+md5sums=('0e7b7e284be43946ec74e9f3b59af726')
build() {
cd ${srcdir}/astropy-helpers-${pkgver}