summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 236139967ae0..85eba77f36ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=crds
pkgname=python-${_pyname}-doc
-pkgver=11.17.14
+pkgver=11.17.16
pkgrel=1
pkgdesc="Documentation for STScI CRDS"
arch=('any')
url="https://hst-crds.stsci.edu/static/users_guide/index.html"
-license=('BSD')
+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=('0cc96aabeb45e6c367ea3f982fa578b8')
+md5sums=('d1bb47467eec468314a32d1058a73572')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/documentation/crds_users_guide