summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-04-23 03:27:11 +0800
committerUniversebenzene2022-04-23 03:27:11 +0800
commit53b379234fd8fe2cda7f968ce01b90581e746afe (patch)
tree242503cf98339bed504aa7e6c28b8d3234618c26
parent78cc0bd8cc1150d081731b5586e12f36cdb18ad6 (diff)
downloadaur-53b379234fd8fe2cda7f968ce01b90581e746afe.tar.gz
Update to version 11.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d872b7a34b46..4d75720796fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-crds
pkgdesc = Calibration Reference Data System for HST and JWST
- pkgver = 11.12.1
+ pkgver = 11.13.0
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.12.1.tar.gz
- md5sums = c78597cd039b372dfcf134aefae55b88
+ source = https://files.pythonhosted.org/packages/source/c/crds/crds-11.13.0.tar.gz
+ md5sums = 757f284d6b88c825915938a90628398f
pkgname = python-crds
depends = python-filelock
diff --git a/PKGBUILD b/PKGBUILD
index f7289163bf94..5087b11dbdb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-crds
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=11.12.1
+pkgver=11.13.0
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=('c78597cd039b372dfcf134aefae55b88')
+md5sums=('757f284d6b88c825915938a90628398f')
build() {
cd ${srcdir}/${_pyname}-${pkgver}