summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 093bb055bfa3..5542e1d8ee20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-astropy-doc
pkgdesc = Documentation for AstroPy
- pkgver = 3.2
+ pkgver = 3.2.1
pkgrel = 1
url = http://www.astropy.org
arch = i686
arch = x86_64
license = BSD
- makedepends = python-astropy=3.2
+ makedepends = python-astropy=3.2.1
makedepends = python-yaml
makedepends = python-pillow
makedepends = python-astropy-helpers>=3.1
@@ -14,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.2.tar.gz
- md5sums = 1f7d1ea08773cf6f7113b2978296161f
+ source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-3.2.1.tar.gz
+ md5sums = ee0a185e8b9065ea9ebd860a651af2ee
pkgname = python-astropy-doc
diff --git a/PKGBUILD b/PKGBUILD
index 02ffb4965ce9..e8eb9e2569f4 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.2
+pkgver=3.2.1
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=('1f7d1ea08773cf6f7113b2978296161f')
+md5sums=('ee0a185e8b9065ea9ebd860a651af2ee')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}