summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMédéric Boquien2017-07-10 17:54:42 -0400
committerMédéric Boquien2017-07-10 17:54:42 -0400
commit17a962baf1f94a4a03ad267b0f84baaabf79ca4b (patch)
tree3fd332078b081181eb93fb7e3dd826407852e677 /PKGBUILD
parent73d83a43969dd12f1925b54c1c496b9c22ebbeb8 (diff)
downloadaur-17a962baf1f94a4a03ad267b0f84baaabf79ca4b.tar.gz
Update to version 2.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76ae41999b21..c2440f100650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Contributor: Médéric Boquien <mboquien@free.fr>
# Maintainer: Médéric Boquien <mboquien@free.fr>
pkgname=python-astropy
-pkgver=1.3.3
+pkgver=2.0
pkgrel=1
pkgdesc="A community python library for astronomy"
arch=('i686' 'x86_64')
url="http://www.astropy.org/"
license=('BSD')
-depends=('python>=3.3' 'python-numpy>=1.6' 'python-scipy' 'python-h5py' 'cfitsio' 'expat' 'wcslib' 'erfa')
+depends=('python>=3.3' 'python-numpy>=1.6' 'python-scipy' 'python-h5py' 'cfitsio' 'expat' 'wcslib' 'erfa' 'python-jinja')
conflicts=('python-pyfits' 'python-vo')
makedepends=('cython')
source=("https://files.pythonhosted.org/packages/source/a/astropy/astropy-${pkgver}.tar.gz")
-md5sums=('adeb46f1686417f897fc16dd5d8955ac')
+md5sums=('5b8d4191ea210423826d4a254e984e5d')
build() {
cd ${srcdir}/astropy-${pkgver}