summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent44a38b9b8a665c2b5c8266f7079164fdc0c5c0fa (diff)
downloadaur-d9d9447122673fe89de6f1b49c512210e3c51deb.tar.gz
Update astropy-helpers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}