summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-07-31 19:59:51 +0800
committerUniversebenzene2021-07-31 19:59:51 +0800
commit6446f05db9ae9f9dc7ee06ea53b48b7a364db984 (patch)
tree2296376123e336522ad92b43186bf6cabce29085
parent9519d540dc3aa971cbefe6979b0573f270ae1734 (diff)
downloadaur-6446f05db9ae9f9dc7ee06ea53b48b7a364db984.tar.gz
Update to version 4.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 726e9196e775..89aa33ced357 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = python-astropy-doc
pkgdesc = Documentation for AstroPy
- pkgver = 4.2.1
+ pkgver = 4.3
pkgrel = 1
url = http://www.astropy.org
arch = i686
arch = x86_64
license = BSD
- makedepends = python-astropy=4.2.1
+ makedepends = python-astropy=4.3
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.1.tar.gz
- md5sums = 31e8313ff711b286cfb9357afd0a9cbf
+ makedepends = python-sphinx-changelog
+ source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-4.3.tar.gz
+ md5sums = e2bc0e81f3eeab63ad61b461c71f90e9
pkgname = python-astropy-doc
-
diff --git a/PKGBUILD b/PKGBUILD
index 6d793e78c765..a2cec9a0b590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=astropy
pkgname=python-${_pyname}-doc
-pkgver=4.2.1
+pkgver=4.3
pkgrel=1
pkgdesc="Documentation for AstroPy"
arch=('i686' 'x86_64')
url="http://www.astropy.org"
license=('BSD')
-makedepends=("python-${_pyname}=${pkgver}" 'python-scipy' 'python-yaml' 'graphviz' 'python-pytest' 'python-sphinx-astropy')
+makedepends=("python-${_pyname}=${pkgver}" 'python-scipy' 'python-yaml' 'graphviz' 'python-pytest' 'python-sphinx-astropy' 'python-sphinx-changelog')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('31e8313ff711b286cfb9357afd0a9cbf')
+md5sums=('e2bc0e81f3eeab63ad61b461c71f90e9')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/docs