summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-05-28 00:38:04 +0800
committerUniversebenzene2022-05-28 00:38:04 +0800
commit8c4a72789cd68d87f201e4741107ec4f8728e06d (patch)
tree46caa3004d730bc2d41b64aff8fb9f41429580be
parentb3416e3566afa22cffb18a79dffe9e01ec1d8a32 (diff)
downloadaur-8c4a72789cd68d87f201e4741107ec4f8728e06d.tar.gz
Update to version 11.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc7a8436b980..c0166185a57c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-crds
pkgdesc = Calibration Reference Data System for HST and JWST
- pkgver = 11.15.0
+ pkgver = 11.16.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.15.0.tar.gz
- md5sums = de787cfbf3de4762108e2f565a16c97a
+ source = https://files.pythonhosted.org/packages/source/c/crds/crds-11.16.0.tar.gz
+ md5sums = e7f7cfbf2e8f9e347c7062e2998fb263
pkgname = python-crds
depends = python-filelock
diff --git a/PKGBUILD b/PKGBUILD
index eb58fac8bde9..17347f515462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-crds
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=11.15.0
+pkgver=11.16.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=('de787cfbf3de4762108e2f565a16c97a')
+md5sums=('e7f7cfbf2e8f9e347c7062e2998fb263')
build() {
cd ${srcdir}/${_pyname}-${pkgver}