summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-10-09 13:52:42 +0800
committerUniversebenzene2021-10-09 13:52:42 +0800
commit10d706e5e0eb1d7f8225fc974a73ab58c10654ac (patch)
treeb3f2360fa29b7330cb78717f80fb7f8e4595292e
parentcc9d307cb3b7b05e83ca110dd3c45335cd94f759 (diff)
downloadaur-10d706e5e0eb1d7f8225fc974a73ab58c10654ac.tar.gz
Update to version 11.4.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dde19c3c5181..143508af878a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-crds-doc
pkgdesc = Documentation for STScI CRDS
- pkgver = 11.4.3
+ pkgver = 11.4.4
pkgrel = 1
url = https://hst-crds.stsci.edu/static/users_guide/index.html
arch = any
license = BSD
- makedepends = python-crds=11.4.3
+ makedepends = python-crds=11.4.4
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.4.3.tar.gz
- md5sums = 78797cb8676ba284d3284cac683f8b41
+ source = https://github.com/spacetelescope/crds/archive/11.4.4.tar.gz
+ md5sums = 11358c29b92d960009f4f912f5b836a1
pkgname = python-crds-doc
diff --git a/PKGBUILD b/PKGBUILD
index df85d2f04278..63448383c285 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.4.3
+pkgver=11.4.4
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=('78797cb8676ba284d3284cac683f8b41')
+md5sums=('11358c29b92d960009f4f912f5b836a1')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/documentation/crds_users_guide