summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-10-12 19:07:05 +0800
committerUniversebenzene2020-10-12 19:07:05 +0800
commitc99d786540410f20b7ddc94c795d877f761b31fb (patch)
tree1f03b12092f64cdd50bd56ce6a4975eefc6d4052
parent61717e679beaa579bb84c3e77a590b4a4ac96ed4 (diff)
downloadaur-c99d786540410f20b7ddc94c795d877f761b31fb.tar.gz
Update to version 4.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2f8d909b529..dcd3923b9778 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-astropy-doc
pkgdesc = Documentation for AstroPy
- pkgver = 4.0.1
+ pkgver = 4.0.2
pkgrel = 1
url = http://www.astropy.org
arch = i686
arch = x86_64
license = BSD
- makedepends = python-astropy=4.0.1
+ makedepends = python-astropy=4.0.2
makedepends = python-yaml
makedepends = python-pillow
makedepends = python-astropy-helpers>=4.0.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-4.0.1.tar.gz
- md5sums = d67007ac8b83f7642e53d41b6bc0db89
+ source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-4.0.2.tar.gz
+ md5sums = 4bec80362a8e5f307f9dfef244fb0e3f
pkgname = python-astropy-doc
diff --git a/PKGBUILD b/PKGBUILD
index fe87504dc143..50785fa53280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=astropy
pkgname=python-${_pyname}-doc
-pkgver=4.0.1
+pkgver=4.0.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>=4.0.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=('d67007ac8b83f7642e53d41b6bc0db89')
+md5sums=('4bec80362a8e5f307f9dfef244fb0e3f')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}