summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-12-01 11:39:22 +0800
committerUniversebenzene2020-12-01 11:39:22 +0800
commit6d1d09a05a191a118e335e530276cb7a35acf402 (patch)
tree16776a4fb60e9048d7ab2359070b4596bc625bd1
parentcf6a58b63a6cf36b954789e867d1e9074d79a32a (diff)
downloadaur-6d1d09a05a191a118e335e530276cb7a35acf402.tar.gz
Update to version 4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0eb3e42120f..2a4053c8df71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-astropy-doc
pkgdesc = Documentation for AstroPy
- pkgver = 4.0.3
+ pkgver = 4.2
pkgrel = 1
url = http://www.astropy.org
arch = i686
arch = x86_64
license = BSD
- makedepends = python-astropy=4.0.3
+ makedepends = python-astropy=4.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.3.tar.gz
- md5sums = 74b7e277738003b725725bf15337a0a3
+ source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-4.2.tar.gz
+ md5sums = 6801e8c78ed2f02fd8fdc0ea65048f95
pkgname = python-astropy-doc
diff --git a/PKGBUILD b/PKGBUILD
index 276a50400352..6eb29e36c569 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.3
+pkgver=4.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=('74b7e277738003b725725bf15337a0a3')
+md5sums=('6801e8c78ed2f02fd8fdc0ea65048f95')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}