summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-06-07 09:52:37 +0800
committerUniversebenzene2022-06-07 09:52:37 +0800
commit03829fea20dc8dacaa57efd944699d320fb92f51 (patch)
tree9dddc18a43477205b7a207d7c498fa0745a42563
parent3f1b610b2d7888da98381e5012e65d9465bc249f (diff)
downloadaur-03829fea20dc8dacaa57efd944699d320fb92f51.tar.gz
Update to version 11.16.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de930a21b304..8f627eadb939 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-crds-doc
pkgdesc = Documentation for STScI CRDS
- pkgver = 11.16.0
+ pkgver = 11.16.1
pkgrel = 1
url = https://hst-crds.stsci.edu/static/users_guide/index.html
arch = any
license = BSD
- makedepends = python-crds=11.16.0
+ makedepends = python-crds=11.16.1
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.16.0.tar.gz
- md5sums = 8e3f84ac1caf5922d694fbd435b35025
+ source = https://github.com/spacetelescope/crds/archive/11.16.1.tar.gz
+ md5sums = 3601a82a20d79f4650095047b243a60e
pkgname = python-crds-doc
diff --git a/PKGBUILD b/PKGBUILD
index f2f2205f36cb..cfc4693aeb80 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.16.0
+pkgver=11.16.1
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=('8e3f84ac1caf5922d694fbd435b35025')
+md5sums=('3601a82a20d79f4650095047b243a60e')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/documentation/crds_users_guide