summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-08-31 17:47:29 +0800
committerUniversebenzene2021-08-31 17:47:29 +0800
commitb981c58f6d831461c98a1ccdf43a6881c816cfab (patch)
tree791ee611e90071f8c5cd01091afb2ca4834ceaeb
parent6446f05db9ae9f9dc7ee06ea53b48b7a364db984 (diff)
downloadaur-b981c58f6d831461c98a1ccdf43a6881c816cfab.tar.gz
Update to version 4.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89aa33ced357..437f6b034d8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = python-astropy-doc
pkgdesc = Documentation for AstroPy
- pkgver = 4.3
+ pkgver = 4.3.1
pkgrel = 1
url = http://www.astropy.org
arch = i686
arch = x86_64
license = BSD
- makedepends = python-astropy=4.3
+ makedepends = python-astropy=4.3.1
makedepends = python-scipy
makedepends = python-yaml
makedepends = graphviz
makedepends = python-pytest
makedepends = python-sphinx-astropy
makedepends = python-sphinx-changelog
- source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-4.3.tar.gz
- md5sums = e2bc0e81f3eeab63ad61b461c71f90e9
+ source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-4.3.1.tar.gz
+ md5sums = 19ea70831af2cf50434194964efc34ae
pkgname = python-astropy-doc
diff --git a/PKGBUILD b/PKGBUILD
index a2cec9a0b590..9f8d80c6deae 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.3
+pkgver=4.3.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' 'python-sphinx-changelog')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('e2bc0e81f3eeab63ad61b461c71f90e9')
+md5sums=('19ea70831af2cf50434194964efc34ae')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/docs