summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-05-28 00:37:52 +0800
committerUniversebenzene2022-05-28 00:37:52 +0800
commit3f1b610b2d7888da98381e5012e65d9465bc249f (patch)
treecb15df77451bab5a8dd0f45efe260c3d7d6d814d
parentd6aa94fce413fbf935a3fd2e8f6f0c0e3a563436 (diff)
downloadaur-3f1b610b2d7888da98381e5012e65d9465bc249f.tar.gz
Update to version 11.16.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c8019315603..de930a21b304 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-crds-doc
pkgdesc = Documentation for STScI CRDS
- pkgver = 11.15.0
+ pkgver = 11.16.0
pkgrel = 1
url = https://hst-crds.stsci.edu/static/users_guide/index.html
arch = any
license = BSD
- makedepends = python-crds=11.15.0
+ makedepends = python-crds=11.16.0
makedepends = python-sphinx-astropy
makedepends = python-sphinx_rtd_theme
makedepends = python-stsci_rtd_theme
makedepends = python-asdf
- source = https://github.com/spacetelescope/crds/archive/11.15.0.tar.gz
- md5sums = 48762c23f43d4f74d6783b85c6a05ae9
+ source = https://github.com/spacetelescope/crds/archive/11.16.0.tar.gz
+ md5sums = 8e3f84ac1caf5922d694fbd435b35025
pkgname = python-crds-doc
diff --git a/PKGBUILD b/PKGBUILD
index a86f41eb288d..f2f2205f36cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=crds
pkgname=python-${_pyname}-doc
-pkgver=11.15.0
+pkgver=11.16.0
pkgrel=1
pkgdesc="Documentation for STScI CRDS"
arch=('any')
@@ -9,7 +9,7 @@ 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')
source=("https://github.com/spacetelescope/${_pyname}/archive/${pkgver}.tar.gz")
-md5sums=('48762c23f43d4f74d6783b85c6a05ae9')
+md5sums=('8e3f84ac1caf5922d694fbd435b35025')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/documentation/crds_users_guide