summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-10-29 16:15:32 +0800
committerUniversebenzene2021-10-29 16:15:32 +0800
commit2eb03ba2f4268eb17f1456557f913e169e7b7635 (patch)
tree580d3d799b655b79dc967d3579596db0df053507
parent8ccc3659f986ff16437ef9534f93675f0670bd68 (diff)
downloadaur-2eb03ba2f4268eb17f1456557f913e169e7b7635.tar.gz
Update to version 11.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1d6ffb6d3e6..22b987ee0fcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-crds
pkgdesc = Calibration Reference Data System for HST and JWST
- pkgver = 11.4.5
+ pkgver = 11.5.0
pkgrel = 1
url = https://hst-crds.stsci.edu/static/users_guide/index.html
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-crds
checkdepends = python-yaml
checkdepends = python-asdf
makedepends = python-setuptools-scm
- source = https://files.pythonhosted.org/packages/source/c/crds/crds-11.4.5.tar.gz
- md5sums = 29025291d291efc6bb4b07d0336404da
+ source = https://files.pythonhosted.org/packages/source/c/crds/crds-11.5.0.tar.gz
+ md5sums = 12b90c564de910fb6044d44a725157dd
pkgname = python-crds
depends = python-filelock
diff --git a/PKGBUILD b/PKGBUILD
index 199de5d86bc0..6e32f7c2b09a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-crds
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=11.4.5
+pkgver=11.5.0
pkgrel=1
pkgdesc="Calibration Reference Data System for HST and JWST"
arch=('any')
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools-scm')
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=('29025291d291efc6bb4b07d0336404da')
+md5sums=('12b90c564de910fb6044d44a725157dd')
build() {
cd ${srcdir}/${_pyname}-${pkgver}