summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel de Val-Borro2018-06-18 18:22:17 -0400
committerMiguel de Val-Borro2018-06-18 18:22:17 -0400
commit7e13dfa6805c060cff5de4cfdbcb7727b93b9014 (patch)
treeca1cc0eec8d08f86776ff9b0568ad74e81d92f4c /PKGBUILD
parenta31bd30447970db071bbddbdb8c5ae86c747f456 (diff)
downloadaur-7e13dfa6805c060cff5de4cfdbcb7727b93b9014.tar.gz
Update to 2.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eeeceeba898f..1a5ec283aca6 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=('python2-astropy-helpers')
-pkgver=2.0.4
+pkgver=2.0.7
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=('python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz")
-md5sums=('caf180a864df8b5703e8b4e0f6d74c61')
+md5sums=('835236d48ad315f485a8f0567b4c2686')
build() {
cd ${srcdir}/astropy-helpers-${pkgver}