summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-06-28 18:59:03 +0800
committerUniversebenzene2022-06-28 18:59:03 +0800
commita6d1f770fdfb8cabd4444ad1be57af98abc78a5b (patch)
tree08bfc4e3e7c5dc9824727e31b948e8155f70e38b
parent7aeeaa8b0ae41abd2365cfd048a040970cd7218a (diff)
downloadaur-a6d1f770fdfb8cabd4444ad1be57af98abc78a5b.tar.gz
Update to version 11.16.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dad950298d2a..0ccdbf033df3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-crds
pkgdesc = Calibration Reference Data System for HST and JWST
- pkgver = 11.16.4
+ pkgver = 11.16.5
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.4.tar.gz
- md5sums = 6f901530a265b8721b4af1e59d66fea8
+ source = https://files.pythonhosted.org/packages/source/c/crds/crds-11.16.5.tar.gz
+ md5sums = 42a216bf5fc0ad8f888d2d91a5c4d870
pkgname = python-crds
depends = python-filelock
diff --git a/PKGBUILD b/PKGBUILD
index c0d31f380708..9272c146b208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-crds
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=11.16.4
+pkgver=11.16.5
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=('6f901530a265b8721b4af1e59d66fea8')
+md5sums=('42a216bf5fc0ad8f888d2d91a5c4d870')
build() {
cd ${srcdir}/${_pyname}-${pkgver}