summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cce72d64f99..130079720bab 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.10
+pkgver=2.0.11
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=('46a8749bc4928557a1a516b04c7aae96')
+md5sums=('1a0350277bd6ac4c53a79f1fb5dbba30')
build() {
cd ${srcdir}/astropy-helpers-${pkgver}