summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-04-11 19:31:09 +0800
committerUniversebenzene2021-04-11 19:31:09 +0800
commit9519d540dc3aa971cbefe6979b0573f270ae1734 (patch)
tree3c93ba71da58f58f2f46925e4471c7d859e35b5a
parent255c7e6918444d2e7f40a5164927bf62138922c3 (diff)
downloadaur-9519d540dc3aa971cbefe6979b0573f270ae1734.tar.gz
Update to version 4.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfa22157d17a..726e9196e775 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = python-astropy-doc
pkgdesc = Documentation for AstroPy
- pkgver = 4.2
+ pkgver = 4.2.1
pkgrel = 1
url = http://www.astropy.org
arch = i686
arch = x86_64
license = BSD
- makedepends = python-astropy=4.2
+ makedepends = python-astropy=4.2.1
makedepends = python-scipy
makedepends = python-yaml
makedepends = graphviz
makedepends = python-pytest
makedepends = python-sphinx-astropy
- source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-4.2.tar.gz
- md5sums = 6801e8c78ed2f02fd8fdc0ea65048f95
+ source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-4.2.1.tar.gz
+ md5sums = 31e8313ff711b286cfb9357afd0a9cbf
pkgname = python-astropy-doc
diff --git a/PKGBUILD b/PKGBUILD
index a743a70a8d8e..6d793e78c765 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.2
+pkgver=4.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-scipy' 'python-yaml' 'graphviz' 'python-pytest' 'python-sphinx-astropy')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('6801e8c78ed2f02fd8fdc0ea65048f95')
+md5sums=('31e8313ff711b286cfb9357afd0a9cbf')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/docs