summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2023-07-02 17:31:00 +0800
committerUniversebenzene2023-07-02 17:31:00 +0800
commit2e5aa50e86e7b86db9e18b14cc787e1d52832791 (patch)
tree38ec62c7698f42ac71aa8241c44993b41d328bf1 /PKGBUILD
parentff651869d4076e01a8bf9a582f23355944237276 (diff)
downloadaur-2e5aa50e86e7b86db9e18b14cc787e1d52832791.tar.gz
Update to version 11.17.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef5139448836..a8ec144d6cf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,19 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=crds
pkgname=python-${_pyname}-doc
-pkgver=11.16.20
+pkgver=11.17.2
pkgrel=1
pkgdesc="Documentation for STScI CRDS"
arch=('any')
url="https://hst-crds.stsci.edu/static/users_guide/index.html"
license=('BSD')
-makedepends=("python-${_pyname}=${pkgver}" 'python-sphinx-astropy' 'python-sphinx_rtd_theme' 'python-stsci_rtd_theme' 'python-asdf' 'python-sphinx-tabs')
+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=('8f47ac3f9f31ab6576076d9d0bc8e022')
+md5sums=('3731255fbea00effeba4121ea6af0449')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/documentation/crds_users_guide