summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb52ae682a88..4b1db27e3364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = python-crds-doc
pkgdesc = Documentation for STScI CRDS
- pkgver = 11.17.19
+ pkgver = 11.17.20
pkgrel = 1
url = https://hst-crds.stsci.edu/static/users_guide/index.html
arch = any
license = BSD-3-Clause
- makedepends = python-crds=11.17.19
- makedepends = python-setuptools
+ makedepends = python-crds=11.17.20
makedepends = python-sphinx-automodapi
makedepends = python-sphinx_rtd_theme
makedepends = python-sphinx-tabs
- source = https://github.com/spacetelescope/crds/archive/11.17.19.tar.gz
- md5sums = d086018945a7551f5218b95132999466
+ source = https://github.com/spacetelescope/crds/archive/11.17.20.tar.gz
+ md5sums = eeb6da7132064e43bccd6b61ad18f7e0
pkgname = python-crds-doc
diff --git a/PKGBUILD b/PKGBUILD
index b845ff1785c5..1b3ee96a58e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=crds
pkgname=python-${_pyname}-doc
-pkgver=11.17.19
+pkgver=11.17.20
pkgrel=1
pkgdesc="Documentation for STScI CRDS"
arch=('any')
url="https://hst-crds.stsci.edu/static/users_guide/index.html"
license=('BSD-3-Clause')
makedepends=("python-${_pyname}=${pkgver}"
- 'python-setuptools'
'python-sphinx-automodapi'
'python-sphinx_rtd_theme'
'python-sphinx-tabs')
source=("https://github.com/spacetelescope/${_pyname}/archive/${pkgver}.tar.gz")
-md5sums=('d086018945a7551f5218b95132999466')
+md5sums=('eeb6da7132064e43bccd6b61ad18f7e0')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/documentation/crds_users_guide