summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-02-13 12:43:39 +0800
committerUniversebenzene2021-02-13 12:43:39 +0800
commit893d36e2f0f14c3195736cdc5e314ea4e267b641 (patch)
treecf228172586cc83126123e27a916131252dd04de /PKGBUILD
parentaa082cd64da966e67da1afb292657073a7b44a78 (diff)
downloadaur-893d36e2f0f14c3195736cdc5e314ea4e267b641.tar.gz
Update to version 10.3.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c49c6ec38248..82800d65ce5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=crds
pkgname=python-${_pyname}-doc
-pkgver=10.3.5
+pkgver=10.3.7
pkgrel=1
pkgdesc="Documentation for STScI CRDS"
arch=('i686' 'x86_64')
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')
+makedepends=("python-${_pyname}=${pkgver}" 'python-sphinx-astropy' 'python-sphinx_rtd_theme' 'python-stsci_rtd_theme' 'python-asdf')
source=("https://github.com/spacetelescope/${_pyname}/archive/${pkgver}.tar.gz"
'fix_doc_warning.patch')
-md5sums=('f868e15ad2fa4702ee236a0756e94ba6'
+md5sums=('e5ef82d21f131e9ff4f3d9dde84fdd1e'
'647db347dbb750a10b37c2e24090403f')
prepare() {