summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMédéric Boquien2017-05-21 07:09:52 -0400
committerMédéric Boquien2017-05-21 07:09:52 -0400
commit57607783077ffd53a00eaf951a7dd92aeabf0fd6 (patch)
treee0cdc2e0aeaa4c9f85dba70b5d9b9e8e2152dcfd /PKGBUILD
parentce22bf09b06e9a2b7cd52ad3cfc84f132f889eaf (diff)
downloadaur-57607783077ffd53a00eaf951a7dd92aeabf0fd6.tar.gz
Update to version 1.3.2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2cb64dce9b7..1a68b60e84e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Médéric Boquien <mboquien@free.fr>
# Maintainer: Médéric Boquien <mboquien@free.fr>
pkgname=python-astropy
-pkgver=1.3
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
pkgdesc="A community python library for astronomy"
arch=('i686' 'x86_64')
url="http://www.astropy.org/"
@@ -11,7 +11,7 @@ depends=('python>=3.3' 'python-numpy>=1.6' 'python-scipy' 'python-h5py' 'cfitsio
conflicts=('python-pyfits' 'python-vo')
makedepends=('cython')
source=("https://files.pythonhosted.org/packages/source/a/astropy/astropy-${pkgver}.tar.gz")
-md5sums=('bf4c8a033a7085fbc9ec604eebbdbdc5')
+md5sums=('c597c68e4392a82f90a9cb22c3b28628')
build() {
cd ${srcdir}/astropy-${pkgver}