summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-08-19 21:51:50 +0800
committerUniversebenzene2022-08-19 21:51:50 +0800
commit032178d0d57ec1b757e312dbae23eb256a65a2ff (patch)
tree928ff492c13e0dc7edfd22714ddfeea82c701aca
parent34b2890691707dc5e13ba48672578e7a5aabacc9 (diff)
downloadaur-032178d0d57ec1b757e312dbae23eb256a65a2ff.tar.gz
Update to version 11.16.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dce2fcb1c891..dca3e2fd4d42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-crds
pkgdesc = Calibration Reference Data System for HST and JWST
- pkgver = 11.16.8
+ pkgver = 11.16.9
pkgrel = 1
url = https://hst-crds.stsci.edu/static/users_guide/index.html
arch = any
@@ -18,8 +18,8 @@ pkgbase = python-crds
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
- source = https://files.pythonhosted.org/packages/source/c/crds/crds-11.16.8.tar.gz
- md5sums = 1af3055fb63c0c726a22b4d4dc8bba51
+ source = https://files.pythonhosted.org/packages/source/c/crds/crds-11.16.9.tar.gz
+ md5sums = e70bb92877b63359b3516f2679349757
pkgname = python-crds
depends = python-filelock
diff --git a/PKGBUILD b/PKGBUILD
index 36e4ec128d3d..79e51a327954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-crds
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=11.16.8
+pkgver=11.16.9
pkgrel=1
pkgdesc="Calibration Reference Data System for HST and JWST"
arch=('any')
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 'python-installer')
checkdepends=('python-pytest' 'python-lockfile' 'python-filelock' 'python-mock' 'python-astropy' 'python-nose' 'python-pylint' 'python-yaml' 'python-asdf')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('1af3055fb63c0c726a22b4d4dc8bba51')
+md5sums=('e70bb92877b63359b3516f2679349757')
build() {
cd ${srcdir}/${_pyname}-${pkgver}