summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMédéric Boquien2015-12-05 09:36:37 -0300
committerMédéric Boquien2015-12-05 09:36:37 -0300
commitf6211d32799ad752b0bd1ecb1cb5c9679582a9f7 (patch)
tree58e796869ff492cf8497cdb442c701dfde485158
parente47e444e5e87c5f7302ffc2d633fb1108c91efab (diff)
downloadaur-f6211d32799ad752b0bd1ecb1cb5c9679582a9f7.tar.gz
Update to 1.0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eab79a29e6f..6a514fc5ff87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Dec 5 12:36:33 UTC 2015
pkgbase = python-astropy
pkgdesc = A community python library for astronomy
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = http://www.astropy.org/
arch = i686
@@ -17,8 +19,8 @@ pkgbase = python-astropy
depends = erfa
conflicts = python-pyfits
conflicts = python-vo
- source = http://pypi.python.org/packages/source/a/astropy/astropy-1.0.5.tar.gz
- md5sums = 0d55d7c505bef39e40c7bfc59c0a0676
+ source = http://pypi.python.org/packages/source/a/astropy/astropy-1.0.6.tar.gz
+ md5sums = 9012885c35a05573d2fa61f5df220c8d
pkgname = python-astropy
diff --git a/PKGBUILD b/PKGBUILD
index 053d4fd7100a..70ac1e9d82cd 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=python-astropy
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc="A community python library for astronomy"
arch=('i686' 'x86_64')
@@ -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=("http://pypi.python.org/packages/source/a/astropy/astropy-${pkgver}.tar.gz")
-md5sums=('0d55d7c505bef39e40c7bfc59c0a0676')
+md5sums=('9012885c35a05573d2fa61f5df220c8d')
build() {
cd ${srcdir}/astropy-${pkgver}