summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMédéric Boquien2018-04-07 13:46:54 -0300
committerMédéric Boquien2018-04-07 13:46:54 -0300
commit1f3f580e1430baa3285105f9a8b519b3512b87c9 (patch)
tree1e349e571b1f701d03ea79f6b00d207e9413afee
parent8f2340b178dbf7c08877cd601c20f14df55f6b5c (diff)
downloadaur-1f3f580e1430baa3285105f9a8b519b3512b87c9.tar.gz
Update to version 2.0.5.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13c02ec16a44..b297e34a05d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-astropy
pkgdesc = A community python library for astronomy
- pkgver = 2.0.4
+ pkgver = 2.0.5
pkgrel = 1
url = http://www.astropy.org/
arch = i686
@@ -19,8 +19,8 @@ pkgbase = python2-astropy
conflicts = python2-pyfits
conflicts = python-pywcs
conflicts = python2-vo
- source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-2.0.4.tar.gz
- md5sums = 5fddc8d2d11ec0496c7c8f808b656a7d
+ source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-2.0.5.tar.gz
+ md5sums = 37b215f8ab47c188e8abd3f61c9a6987
pkgname = python2-astropy
diff --git a/PKGBUILD b/PKGBUILD
index 5ee811ba0a84..d9f56595ff7a 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.4
+pkgver=2.0.5
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=('5fddc8d2d11ec0496c7c8f808b656a7d')
+md5sums=('37b215f8ab47c188e8abd3f61c9a6987')
build() {
cd ${srcdir}/astropy-${pkgver}