summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2016-09-11 13:55:19 -0400
committerMiguel de Val-Borro2016-09-30 12:47:54 -0400
commitcff71528929d2714cef1635170383a4d768e01f3 (patch)
treeda913643ea9e54ce6afc98f0cb50ccb91e66fe3a
parentb70c474c2304ebedc0b2730bf6f665b4af0b4c9d (diff)
downloadaur-cff71528929d2714cef1635170383a4d768e01f3.tar.gz
update to 1.2
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bd33ecf24e4..33405932dc3b 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.1.1
+pkgver=1.2
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=("http://pypi.python.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz")
-md5sums=('0a44c1c7038efaa065d18691fd768ff1')
+source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz")
+md5sums=('d54b21e54506014ebf191dbc83d8f315')
build() {
cp -r ${srcdir}/astropy-helpers-${pkgver} ${srcdir}/astropy-helpers-${pkgver}-py2