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 725144ecde02..d2ab94196732 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Médéric Boquien <mboquien@free.fr>
# Maintainer: Médéric Boquien <mboquien@free.fr>
pkgname=python2-astropy
-pkgver=2.0.8
+pkgver=2.0.9
pkgrel=1
pkgdesc="A community python library for astronomy"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('python2>=2.7' 'python2-numpy>=1.7' 'python2-scipy' 'python2-h5py' 'cfi
conflicts=('python2-pyfits' 'python-pywcs' 'python2-vo')
makedepends=('cython2')
source=("https://files.pythonhosted.org/packages/source/a/astropy/astropy-${pkgver}.tar.gz")
-md5sums=('9a236c7f02abcaa8dc33c8a725c35007')
+md5sums=('4a523feebe3b6b2d6ba691d9baca7a01')
build() {
cd ${srcdir}/astropy-${pkgver}