summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-06-12 02:44:16 +0800
committerUniversebenzene2019-06-12 02:44:16 +0800
commit442aa2e14a64cbc63387a798d3b41b25fddf4e74 (patch)
tree6860c6ba6f0fa7f38678976c02c54afce44fc23b
parent97ee2305601ec27821ccfd3dcfea0a4f5d3cf92c (diff)
downloadaur-442aa2e14a64cbc63387a798d3b41b25fddf4e74.tar.gz
Update to version 3.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da435159250f..093bb055bfa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Mon Feb 25 06:42:42 UTC 2019
pkgbase = python-astropy-doc
pkgdesc = Documentation for AstroPy
- pkgver = 3.1.2
+ pkgver = 3.2
pkgrel = 1
url = http://www.astropy.org
arch = i686
arch = x86_64
license = BSD
- makedepends = python-astropy=3.1.2
+ makedepends = python-astropy=3.2
makedepends = python-yaml
makedepends = python-pillow
makedepends = python-astropy-helpers>=3.1
@@ -16,8 +14,8 @@ pkgbase = python-astropy-doc
makedepends = python-scikit-image
makedepends = python-pytest
makedepends = python-sphinx-astropy
- source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-3.1.2.tar.gz
- md5sums = 2e197984c6ab44672b807bc25ce4b03f
+ source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-3.2.tar.gz
+ md5sums = 1f7d1ea08773cf6f7113b2978296161f
pkgname = python-astropy-doc
diff --git a/PKGBUILD b/PKGBUILD
index 47437bf6606e..02ffb4965ce9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=astropy
pkgname=python-${_pyname}-doc
-pkgver=3.1.2
+pkgver=3.2
pkgrel=1
pkgdesc="Documentation for AstroPy"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://www.astropy.org"
license=('BSD')
makedepends=("python-${_pyname}=${pkgver}" 'python-yaml' 'python-pillow' 'python-astropy-helpers>=3.1' 'graphviz' 'python-scikit-image' 'python-pytest' 'python-sphinx-astropy')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('2e197984c6ab44672b807bc25ce4b03f')
+md5sums=('1f7d1ea08773cf6f7113b2978296161f')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}