summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2024-04-22 19:17:29 +0800
committerYour Name2024-04-22 19:17:29 +0800
commitcf931136b7f22e208fc51f15ed2f35de7fb74a8d (patch)
tree640e4f850b3dff77a3ea243869b97f5c0ae1f3f7 /PKGBUILD
parent47155a1ed81722249ee55dd80de72eddb587b452 (diff)
downloadaur-cf931136b7f22e208fc51f15ed2f35de7fb74a8d.tar.gz
Update to version 11.17.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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