summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-03-30 15:31:49 +0800
committerUniversebenzene2020-03-30 15:31:49 +0800
commit61717e679beaa579bb84c3e77a590b4a4ac96ed4 (patch)
tree5ffb41d308c1ad966d78ae52f0f543ba9905ce2a
parenta9d909fae970c86fd162c8d376dd0a8bb0dd3ffc (diff)
downloadaur-61717e679beaa579bb84c3e77a590b4a4ac96ed4.tar.gz
Update to version 4.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52747a58321d..e2f8d909b529 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-astropy-doc
pkgdesc = Documentation for AstroPy
- pkgver = 4.0
+ pkgver = 4.0.1
pkgrel = 1
url = http://www.astropy.org
arch = i686
arch = x86_64
license = BSD
- makedepends = python-astropy=4.0
+ makedepends = python-astropy=4.0.1
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.tar.gz
- md5sums = 4ae0345d28ac5b60e04079967ced4ea7
+ source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-4.0.1.tar.gz
+ md5sums = d67007ac8b83f7642e53d41b6bc0db89
pkgname = python-astropy-doc
diff --git a/PKGBUILD b/PKGBUILD
index 635e842d3040..fe87504dc143 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
+pkgver=4.0.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>=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=('4ae0345d28ac5b60e04079967ced4ea7')
+md5sums=('d67007ac8b83f7642e53d41b6bc0db89')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}